-
-
Notifications
You must be signed in to change notification settings - Fork 123
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Jellyfin container is stuck on starting, but does not actually start.
There are no error messages in the terminal. I guess it started after the latest update.
Expected Behavior
The container starts and web ui is accessible.
Steps To Reproduce
- run docker compose up -d
Environment
- OS: Arch Linux
- How docker service was installed: distro package manager from cachy os repos
CPU architecture
x86-64
Docker creation
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
runtime: nvidia
gpus: all
environment:
- PUID=1000
- PGID=984
- TZ=Etc/UTC
- NVIDIA_VISIBLE_DEVICES=all
- NVIDIA_DRIVER_CAPABILITIES=all
volumes:
- ./jellyfin:/config
- /run/media/user/backup-disk/servarr/:/data
ports:
- 8096:8096
- 8920:8920
- 7359:7359/udp
- 1900:1900/udp
restart: unless-stopped
Container logs
"docker logs jellyfin" hangs and does not output anything.
hsteinmetz and Koko2110
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done