init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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
|
||||
Reference in New Issue
Block a user