Is it safe to move the /svr/lemmy/ directory to a new location on the same server? Or is the directory hard coded into different places? Thanks
Is it safe to move the /svr/lemmy/ directory to a new location on the same server? Or is the directory hard coded into different places? Thanks
yup.
Turns out docker is configured to reference everything though relative paths. I just needed to move the directory and everything kept working.