diff --git a/entrypoint.sh b/entrypoint.sh index fcce738..5ccb02f 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -97,7 +97,8 @@ while [[ $# -gt 0 ]]; do --oauth) OAUTH_ARGS=("--oauth" "basic") # Ensure Caddy is disabled when using OAuth, as Azurite does not support OAuth behind a reverse proxy. - CADDY="" + CADDY="" + AZURITE_SSL=true shift ;; --ssl)