2026-04-17, 06:09 PM
Hello everyone
Since not sure where to start i will ask this in the general chat.
I have just pulled jellyfin to added to docker container.
Seems everything went fine but Jellyfin website does not open can not find it.
i checked in docker with docker ps and i see this
b6068afd99ac jellyfin/jellyfin "/jellyfin/jellyfin" 12 minutes ago Restarting (139) 23 seconds ago jellyfin
So the container is there but keeps restarting.
This is the docker command i ran to create the container.
docker run -d --name jellyfin --user 1000:1000 -p 8181:8181/tcp -p 7359:7359/udp --volume /media/data/jellyfin
config --volume /media/data/jellyfin
cache --mount type=bind,source=/media/TV_Shows,target=/media --restart=unless-stopped jellyfin/jellyfin
I changed the port from 8096 to 8181 and i have another application running and using port 8096.
Any help or recommendations would be appreciated.
Thanks
Dave
Since not sure where to start i will ask this in the general chat.
I have just pulled jellyfin to added to docker container.
Seems everything went fine but Jellyfin website does not open can not find it.
i checked in docker with docker ps and i see this
b6068afd99ac jellyfin/jellyfin "/jellyfin/jellyfin" 12 minutes ago Restarting (139) 23 seconds ago jellyfin
So the container is there but keeps restarting.
This is the docker command i ran to create the container.
docker run -d --name jellyfin --user 1000:1000 -p 8181:8181/tcp -p 7359:7359/udp --volume /media/data/jellyfin
config --volume /media/data/jellyfin
cache --mount type=bind,source=/media/TV_Shows,target=/media --restart=unless-stopped jellyfin/jellyfinI changed the port from 8096 to 8181 and i have another application running and using port 8096.
Any help or recommendations would be appreciated.
Thanks
Dave
