chore: volumes best-practices for jellyfin, ports for pre-traefik debugging
This commit is contained in:
@@ -6,9 +6,14 @@ services:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 8096:8096/tcp
|
||||
- 7359:7359/udp
|
||||
volumes:
|
||||
- ./jellyfin/config:/config
|
||||
- ./jellyfin/media:/data/media
|
||||
- type: bind
|
||||
source: .jellyfin/media
|
||||
target: /media
|
||||
networks:
|
||||
- traefik-proxy
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user