Fix docker entrypoint ASSET_URL not APP_ASSET (#1965)

This commit is contained in:
MartinOscar 2025-12-06 19:54:40 +00:00 committed by GitHub
parent 25d8adbcc6
commit 71bd267166
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ if [[ ${BEHIND_PROXY} == "true" ]]; then
export PARSED_LE_EMAIL="" export PARSED_LE_EMAIL=""
export PARSED_APP_URL=":80" export PARSED_APP_URL=":80"
export PARSED_AUTO_HTTPS="auto_https off" export PARSED_AUTO_HTTPS="auto_https off"
export APP_ASSET=${APP_URL} export ASSET_URL=${APP_URL}
fi fi
## disable caddy if SKIP_CADDY is set ## disable caddy if SKIP_CADDY is set