We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733134e commit e83292eCopy full SHA for e83292e
docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: '3.5'
2
-
3
services:
4
nginx-proxy-automation-web:
5
image: nginx:${NGINX_IMAGE_VERSION:-stable-alpine}
@@ -62,6 +60,10 @@ services:
62
60
NGINX_DOCKER_GEN_CONTAINER: ${DOCKER_GEN_SEVICE_NAME:-nginx-proxy-automation-gen}
63
61
NGINX_PROXY_CONTAINER: ${NGINX_WEB_SEVICE_NAME:-nginx-proxy-automation-web}
64
DEFAULT_EMAIL: ${DEFAULT_EMAIL:[email protected]}
+# ACME_CHALLENGE: "DNS-01"
+# ACMESH_DNS_API_CONFIG: |-
65
+# DNS_API: dns_cf
66
+# CF_Token: "${CLOUDFLARE_DNS_TOKEN}"
67
logging:
68
driver: ${NGINX_LETSENCRYPT_LOG_DRIVER:-json-file}
69
options:
0 commit comments