mirror of
https://github.com/pelican-dev/panel.git
synced 2025-12-08 17:30:18 +01:00
Fix docker entrypoint ASSET_URL not APP_ASSET (#1965)
This commit is contained in:
parent
25d8adbcc6
commit
71bd267166
@ -46,7 +46,7 @@ if [[ ${BEHIND_PROXY} == "true" ]]; then
|
||||
export PARSED_LE_EMAIL=""
|
||||
export PARSED_APP_URL=":80"
|
||||
export PARSED_AUTO_HTTPS="auto_https off"
|
||||
export APP_ASSET=${APP_URL}
|
||||
export ASSET_URL=${APP_URL}
|
||||
fi
|
||||
|
||||
## disable caddy if SKIP_CADDY is set
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user