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