2024-08-24, 07:16 PM
Jellyfin seems to be just looping. I don't know what logs to look at to find more detail. The one I have attached doesn't help me find the problem, but I thought it might help you guys point me in the right direction. Log is attached to this post.
Steps to reproduce:
Docker Compose:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- JELLYFIN_PublishedServerUrl=10.11.12.5 #optional
volumes:
- /mnt/gfs2/ezarr/config/jellyfin-configconfig
- /mnt/omen/video/datadata
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stopped
Steps to reproduce:
Docker Compose:
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- JELLYFIN_PublishedServerUrl=10.11.12.5 #optional
volumes:
- /mnt/gfs2/ezarr/config/jellyfin-configconfig
- /mnt/omen/video/datadata
ports:
- 8096:8096
- 8920:8920 #optional
- 7359:7359/udp #optional
- 1900:1900/udp #optional
restart: unless-stopped