2024-07-11, 01:08 AM
I'm trying to set up Jellyfin using docker, and the resulting container shows in the desktop app as just restarting over and over. Here's the command I'm using, based on the tutorial.
Sorry I can't be more specific, I'm very new to docker.
Code:
docker run -d \
--name jellyfin \
--user 1000:1000 \
--net=host \
--volume /home/evanm/jellyfin/config:/config \
--volume /home/evanm/jellyfin/cache:/cache \
--mount type=bind,source=/media/raid/movies,target=/movies \
--mount type=bind,source=/media/raid/tv_shows,target=/tv_shows \
--mount type=bind,source=/media/raid/music,target=/music \
--restart=unless-stopped \
jellyfin/jellyfin
Sorry I can't be more specific, I'm very new to docker.