From e3d3ade4f7e4dadef0291da89c94cc8488c15ea7 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Sun, 23 Nov 2025 18:39:57 -0600 Subject: [PATCH] Update build-certs to use verbose logging --- build-certs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-certs.sh b/build-certs.sh index 034e314..bdb8a2c 100644 --- a/build-certs.sh +++ b/build-certs.sh @@ -1,5 +1,5 @@ -docker compose run --rm certbot certonly --webroot --webroot-path /var/www/certbot/ \ +docker compose run --rm certbot certonly -v --webroot --webroot-path /var/www/certbot/ \ -d loadingm.xyz \ -d gitea.loadingm.xyz \ -d auth.loadingm.xyz \