diff --git a/docker-compose.yml b/docker-compose.yml index e78dbe4..1fe14d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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