Title logo
linuxserver/jellyfin.

139,431,179 686 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/jellyfin
Build Time 06 May 2024 06:28:45
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
nightly nightly-version-2024050605ubu2204 06 May 2024 at 06:28:45
latest 10.8.13 03 May 2024 at 23:39: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.8.13
    container_name: jellyfin
    restart: no

CLI

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