From 187174caa603807fd0659f363a112aa8f5bfa41f Mon Sep 17 00:00:00 2001 From: Philip Peterson <1326208+philip-peterson@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:21:54 -0700 Subject: [PATCH] fix --- docker/php/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/php/entrypoint.sh b/docker/php/entrypoint.sh index 7b938d3..86a143d 100644 --- a/docker/php/entrypoint.sh +++ b/docker/php/entrypoint.sh @@ -35,7 +35,6 @@ else --site-name="$SITE_NAME" \ --account-name=admin \ --account-pass="$ADMIN_PASS" \ - --base-url="${BASE_URL:-http://localhost:8080}" \ -y || { echo "[entrypoint] FATAL: site:install failed."; exit 1; } echo "[entrypoint] Drupal installed." fi