<- back to Homelab

jellyfin

Repo: https://jellyfin.org/

Last updated: Sun, Mar 23, 2025

Example docker-compose.yml

services:
  jellyfin:
    container_name: jellyfin
    image: jellyfin/jellyfin
    restart: unless-stopped
    volumes:
      - ./config:/config
      - ./cache:/cache
      - ./media:/media
      - ./media2:/media2