2024-08-26, 03:20 PM
Run these commands.
This will fully recreate the container (does not touch your /config or /data volumes).
Code:
sudo docker compose down jellyfin
sudo docker system prune -a
sudo docker compose up -d jellyfin --force-recreate
This will fully recreate the container (does not touch your /config or /data volumes).