added more ports and network mode for jellyfin

This commit is contained in:
2023-09-09 20:46:35 -05:00
parent 233badcc48
commit f4667548fb

View File

@@ -132,8 +132,12 @@ services:
- PGID=${PGID}
- TZ=${TZ}
- JELLYFIN_PublishedServerUrl=192.168.86.243
network_mode: "host"
ports:
- 8096:8096
- 8920:8920
- 7359:7359/udp
- 1900:1900/udp
restart: always
volumes:
- ${DOCKERCONFDIR}/jellyfin/config:/config