jellyfin/docker-compose.yml aktualisiert
This commit is contained in:
@@ -2,6 +2,7 @@ services:
|
||||
jellyfin:
|
||||
image: jellyfin/jellyfin:latest
|
||||
user: "${UID:-1000}:${GID:-1000}" # Optional: Benutzer-ID und Gruppen-ID
|
||||
network_mode: 'host'
|
||||
ports:
|
||||
- "${JELLYFIN_PORT:-8096}:8096"
|
||||
volumes:
|
||||
@@ -18,4 +19,6 @@ services:
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=${TZ:-Europe/Berlin}
|
||||
- JELLYFIN_PublishedServerUrl=${JELLYFIN_URL}
|
||||
- JELLYFIN_PublishedServerUrl=${JELLYFIN_URL}
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
Reference in New Issue
Block a user