From 81fd8066916699ec2e701572dbb218cfbb2dda81 Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Wed, 28 May 2025 13:21:21 +0300 Subject: [PATCH] change into Dockerfile cerbot -p to 00http-01-port --- certbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 6f0067e..b4e8041 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -13,4 +13,4 @@ FROM certbot/certbot:latest # Указываем точку входа (можно и через command в compose) ENTRYPOINT ["sh", "-c"] -CMD ["certbot certonly --standalone -p ${CERTBOT_PORT} --noninteractive --agree-tos --email ${EMAIL} -d ${DOMAINS} --keep-until-expiring"] +CMD ["certbot certonly --standalone --http-01-port ${CERTBOT_PORT} --noninteractive --agree-tos --email ${EMAIL} -d ${DOMAINS} --keep-until-expiring"]