Add JELLYFIN_PublishedServerUrl in an attempt to fix Jellyfin failing to resolve in client browsers
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
|||||||
network_mode: 'host'
|
network_mode: 'host'
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/jellyfin:/config
|
- /etc/jellyfin:/config
|
||||||
- /etc/jellyfin/config/web-config.json:/jellyfin/jellyfin-web/config.json
|
# - /etc/jellyfin/web-config.json:/jellyfin/jellyfin-web/config.json
|
||||||
- /var/lib/jellyfin/cache:/cache
|
- /var/lib/jellyfin/cache:/cache
|
||||||
- /mnt/cygnus:/cygnus:ro
|
- /mnt/cygnus:/cygnus:ro
|
||||||
- type: bind
|
- type: bind
|
||||||
@@ -14,8 +14,8 @@ services:
|
|||||||
read_only: true
|
read_only: true
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
# Optional - alternative address used for autodiscovery
|
# Optional - alternative address used for autodiscovery
|
||||||
# environment:
|
environment:
|
||||||
# - JELLYFIN_PublishedServerUrl=http://example.com
|
- JELLYFIN_PublishedServerUrl=http://127.0.0.1:8096
|
||||||
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
|
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
|
||||||
# extra_hosts:
|
# extra_hosts:
|
||||||
# - 'host.docker.internal:host-gateway'
|
# - 'host.docker.internal:host-gateway'
|
||||||
|
|||||||
Reference in New Issue
Block a user