chore: volumes best-practices for jellyfin, ports for pre-traefik debugging

This commit is contained in:
2025-11-27 01:56:38 +01:00
parent bbd374590e
commit a3c12855fe
+6 -1
View File
@@ -6,9 +6,14 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=${TZ} - TZ=${TZ}
ports:
- 8096:8096/tcp
- 7359:7359/udp
volumes: volumes:
- ./jellyfin/config:/config - ./jellyfin/config:/config
- ./jellyfin/media:/data/media - type: bind
source: .jellyfin/media
target: /media
networks: networks:
- traefik-proxy - traefik-proxy
restart: unless-stopped restart: unless-stopped