This commit is contained in:
2025-11-30 17:13:22 +00:00
parent 1241caa5c6
commit 46b36d504c
10 changed files with 318 additions and 134 deletions

View File

@@ -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'