Title logo
linuxserver/jellyfin.

142,284,150 730 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/jellyfin
Build Time 10 Dec 2024 13:24:49
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
nightly nightly-version-2024120905ubu2404 10 Dec 2024 at 13:24:49
latest 10.10.3 10 Dec 2024 at 13:22:43

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