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"]