2024-08-14, 05:48 PM
Why did you manually copy jellyfin-web? The docker image comes with it. This may be the problem.
Comment out the volume for /web and the environment variable for /web in your compose and recreate the container to make sure that everything is reset.
Comment out the volume for /web and the environment variable for /web in your compose and recreate the container to make sure that everything is reset.
Code:
sudo docker compose up -d jellyfin --force-recreate