Title logo
linuxserver/jellyfin.

139,313,113 684 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/jellyfin
Build Time 23 Apr 2024 12:54:14
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
nightly nightly-version-2024042215ubu2204 22 Apr 2024 at 16:44:00
latest 10.8.13 23 Apr 2024 at 12:54:13

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