Jellyfin/docker-compose.yml

21 lines
554 B
YAML

version: "3.2"
services:
jellyfin:
image: ghcr.io/linuxserver/jellyfin
container_name: jellyfin
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Copenhagen
volumes:
- /media/alpha/jellyfin/config:/config
- /media/alpha/jellyfin/tvshows:/data/tvshows
- /media/alpha/jellyfin/movies:/data/movies
ports:
- 8096:8096
- 8920:8920
- 7359:7359/udp
- 1900:1900/udp
restart: unless-stopped