Make PublishedServerUrl conditional
This commit is contained in:
parent
8b41f1d749
commit
89789563c6
|
@ -10,7 +10,7 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- JELLYFIN_PublishedServerUrl=https://${APP_DOMAIN}
|
- JELLYFIN_PublishedServerUrl=${APP_PROTOCOL:-http}://${APP_DOMAIN}/
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8096
|
- ${APP_PORT}:8096
|
||||||
|
|
Loading…
Reference in New Issue
Block a user