updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:10.10.6
|
||||
image: jellyfin/jellyfin:10.10.7
|
||||
container_name: jellyfin
|
||||
user: 1000:1000
|
||||
# network_mode: 'host'
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
restart: 'unless-stopped'
|
||||
# Optional - alternative address used for autodiscovery
|
||||
environment:
|
||||
- JELLYFIN_PublishedServerUrl=http://example.com
|
||||
- JELLYFIN_PublishedServerUrl=https://media.home.thoster.net
|
||||
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
|
||||
Reference in New Issue
Block a user