Make PublishedServerUrl conditional

This commit is contained in:
Seth For Privacy 2022-09-09 16:42:20 -04:00 committed by GitHub
parent 8b41f1d749
commit 89789563c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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