Title logo
linuxserver/jellyfin.

142,177,974 730 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/jellyfin
Build Time 19 Nov 2024 13:04:56
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
nightly nightly-version-2024110405ubu2404 19 Nov 2024 at 13:04:56
latest 10.10.3 19 Nov 2024 at 04:28:37

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  jellyfin:
    image: linuxserver/jellyfin:10.10.3
    container_name: jellyfin
    restart: no

CLI

docker create \
  --name=jellyfin \  --restart no \
  linuxserver/jellyfin:10.10.3