Skip to content

[BUG] Jellyfin not starting on Docker #297

@nxs-neo

Description

@nxs-neo

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

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions