Title logo
linuxserver/jellyfin.

140,311,507 708 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/jellyfin
Build Time 22 Jul 2024 06:29: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-2024072205ubu2204 22 Jul 2024 at 06:29:49
latest 10.9.8 21 Jul 2024 at 06:22:39

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.9.8
    container_name: jellyfin
    restart: no

CLI

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