2024-05-12, 05:26 PM
Try this.
Bring down your docker container.
Run as root "docker system prune -a". This will trim all the unused volumes and images on your system, including jellyfin (it does not touch your config or cache directory).
Bring up the docker container.
This will force docker to completely rebuild the container just in case there are any weird lingering issues.
Bring down your docker container.
Run as root "docker system prune -a". This will trim all the unused volumes and images on your system, including jellyfin (it does not touch your config or cache directory).
Bring up the docker container.
This will force docker to completely rebuild the container just in case there are any weird lingering issues.