change into Dockerfile cerbot -p to 00http-01-port
This commit is contained in:
+1
-1
@@ -13,4 +13,4 @@ FROM certbot/certbot:latest
|
|||||||
|
|
||||||
# Указываем точку входа (можно и через command в compose)
|
# Указываем точку входа (можно и через command в compose)
|
||||||
ENTRYPOINT ["sh", "-c"]
|
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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user