1
Unable to find image 'ghcr.io/red5d/docker-autocompose:latest' locally
latest: Pulling from red5d/docker-autocompose
f18232174bc9: Pull complete
25025a4218ee: Pull complete
d1403b238159: Pull complete
b6b6003920d8: Pull complete
361b70360e1b: Pull complete
29732c6d75bf: Pull complete
c77173b3e2b1: Pull complete
bd0fbb5f0f12: Pull complete
8ba6055a2ab8: Pull complete
Digest: sha256:4d878dbda37b77ec6babea06d398095ff46054b06ee507abbb3f1e71eef2e868
Status: Downloaded newer image for ghcr.io/red5d/docker-autocompose:latest
networks:
  jellyfin_default:
    external: true
    name: "jellyfin_default"

services:
  jellyfin:

    container_name: "jellyfin"

    devices:
      - "/dev/dri:/dev/dri"

    entrypoint:
      - "/init"

    environment:
      - "JELLYFIN_PublishedServerUrl=http://192.168.0.153"
      - "PUID=1000"
      - "PGID=1000"
      - "TZ=America/New_York"
      - "PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
      - "HOME=/root"
      - "LANGUAGE=en_US.UTF-8"
      - "LANG=en_US.UTF-8"
      - "TERM=xterm"
      - "S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0"
      - "S6_VERBOSITY=1"
      - "S6_STAGE2_HOOK=/docker-mods"
      - "VIRTUAL_ENV=/lsiopy"
      - "LSIO_FIRST_PARTY=true"
      - "NVIDIA_DRIVER_CAPABILITIES=compute,video,utility"
      - "MALLOC_TRIM_THRESHOLD_=131072"

    hostname: "6ca77a6fd8e2"

    image: "lscr.io/linuxserver/jellyfin:latest"

    ipc: "private"

    labels:
      build_version: "Linuxserver.io version:- 10.11.1ubu2404-ls5 Build-date:- 2025-10-27T03:20:10+00:00"
      com.docker.compose.config-hash: "7a67be65688b4952ec22c7f0504bd3898bed93da59dbe150f7a95d8171e81cbb"
      com.docker.compose.container-number: "1"
      com.docker.compose.depends_on: ""
      com.docker.compose.image: "sha256:99eba813eb525b79cf52eec8ecb3ff2f1226b5723df3d93b644c3695aaed2895"
      com.docker.compose.oneoff: "False"
      com.docker.compose.project: "jellyfin"
      com.docker.compose.project.config_files: "/docker/jellyfin/compose.yaml"
      com.docker.compose.project.working_dir: "/docker/jellyfin"
      com.docker.compose.service: "jellyfin"
      com.docker.compose.version: "2.40.2"
      maintainer: "thelamer"
      org.opencontainers.image.authors: "linuxserver.io"
      org.opencontainers.image.created: "2025-10-27T03:20:10+00:00"
      org.opencontainers.image.description: "[Jellyfin](https://github.com/jellyfin/jellyfin) is a Free\
        \ Software Media System that puts you in control of managing and streaming your media. It is an\
        \ alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user\
        \ devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the\
        \ .NET Core framework to enable full cross-platform support. There are no strings attached, no\
        \ premium licenses or features, and no hidden agendas: just a team who want to build something\
        \ better and work together to achieve it."
      org.opencontainers.image.documentation: "https://docs.linuxserver.io/images/docker-jellyfin"
      org.opencontainers.image.licenses: "GPL-3.0-only"
      org.opencontainers.image.ref.name: "434e4bef4a54b9553234b26b4848406722551fe2"
      org.opencontainers.image.revision: "434e4bef4a54b9553234b26b4848406722551fe2"
      org.opencontainers.image.source: "https://github.com/linuxserver/docker-jellyfin"
      org.opencontainers.image.title: "Jellyfin"
      org.opencontainers.image.url: "https://github.com/linuxserver/docker-jellyfin/packages"
      org.opencontainers.image.vendor: "linuxserver.io"
      org.opencontainers.image.version: "10.11.1ubu2404-ls5"

    logging:
      driver: "json-file"
      options: {}

    networks:
      - "jellyfin_default"

    ports:
      - "1900:1900/udp"
      - "7359:7359/udp"
      - "8096:8096/tcp"

    restart: "unless-stopped"

    volumes:
      - "/data:/data"
      - "/docker/jellyfin/config:/config"

    working_dir: "/"

version: "3.6"

For immediate assistance, please email our customer support: [email protected]

Download RAW File