You’ll need to find where the actual container files are being stored. I’m unfortunately not familiar with Lemmy Easy Deploy, but you should have a folder that has some files/folders like docker-compose.yml, volumes, lemmy.hjson.
The important one is the volumes/pictrs/files folder, take the full path of that folder and replace it with the /srv/lemmy/example.com… path from the original post, and then that command should work.
russjr08@outpost.zeuslink.net 1 year ago
You’ll need to find where the actual container files are being stored. I’m unfortunately not familiar with Lemmy Easy Deploy, but you should have a folder that has some files/folders like
docker-compose.yml
,volumes
,lemmy.hjson
.The important one is the
volumes/pictrs/files
folder, take the full path of that folder and replace it with the/srv/lemmy/example.com…
path from the original post, and then that command should work.