diff --git a/docker-compose.yml b/docker-compose.yml index f260b38..3b9507c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,8 +24,8 @@ services: # read_only: true restart: 'unless-stopped' # Optional - alternative address used for autodiscovery - environment: - - JELLYFIN_PublishedServerUrl=http://example.com + #environment: + #- JELLYFIN_PublishedServerUrl=http://example.com # Optional - may be necessary for docker healthcheck to pass if running in host network mode extra_hosts: - 'host.docker.internal:host-gateway'