2024-07-09, 04:44 PM
Let's try this. Stop the Jellyfin container and back up /config. We aren't going to touch it, but better to be safe.
Once you've backed up /config I want to prune all the VFS and images currently not being used. I don't know if there is an equivalent in the Portainer UI, but you should be able to run this on the command line.
Once that completes, start up Jellyfin.
Once you've backed up /config I want to prune all the VFS and images currently not being used. I don't know if there is an equivalent in the Portainer UI, but you should be able to run this on the command line.
Code:
sudo docker system prune -a
Once that completes, start up Jellyfin.