Fix certbot initialization

This commit is contained in:
Albert Armea 2026-03-21 21:51:14 +00:00
parent c9d9758b1a
commit 4fcb4d78f1

View file

@ -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}" \