Files
jellyfin/docker-compose.yml
T

20 lines
602 B
YAML
Raw Normal View History

2026-06-17 23:11:20 -04:00
services:
jellyfin:
image: 'jellyfin/jellyfin:latest'
container_name: jellyfin
restart: unless-stopped
ports:
- 8096:8096 # Web UI access
- 7359:7359/udp # Optional: Client discovery
- 1900:1900/udp # Optional: DLNA
environment:
PUID: 1001
PGID: 100
TZ: America/New_York
volumes:
- /share/Container/docker/jellyfin/config:/config
- /share/Vault/Videos/Movies:/data/movies:ro
- /share/Vault/Videos/TV Series:/data/tvseries:ro
- /share/Vault/Videos/Personal:/data/personal:ro
- /share/Vault/Music:/data/music:ro