From 4fcb4d78f18f32e1d4a132903fce98f55e6711f8 Mon Sep 17 00:00:00 2001 From: Albert Armea Date: Sat, 21 Mar 2026 21:51:14 +0000 Subject: [PATCH] Fix certbot initialization --- bootstrap_certs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_certs.sh b/bootstrap_certs.sh index 7d04a64..4876543 100755 --- a/bootstrap_certs.sh +++ b/bootstrap_certs.sh @@ -65,7 +65,7 @@ sleep 5 # ── Obtain the real certificate via webroot challenge ──────────────────────── echo "==> Requesting Let's Encrypt certificate for ${DOMAIN}..." -docker compose run --rm certbot certonly \ +docker compose run --rm --entrypoint certbot certbot certonly \ --webroot \ --webroot-path /var/www/certbot \ --email "${EMAIL}" \