Skip to content

Commit e83292e

Browse files
authored
Update docker-compose.yml
Add acme settings for Cloudflare
1 parent 733134e commit e83292e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.5'
2-
31
services:
42
nginx-proxy-automation-web:
53
image: nginx:${NGINX_IMAGE_VERSION:-stable-alpine}
@@ -62,6 +60,10 @@ services:
6260
NGINX_DOCKER_GEN_CONTAINER: ${DOCKER_GEN_SEVICE_NAME:-nginx-proxy-automation-gen}
6361
NGINX_PROXY_CONTAINER: ${NGINX_WEB_SEVICE_NAME:-nginx-proxy-automation-web}
6462
DEFAULT_EMAIL: ${DEFAULT_EMAIL:[email protected]}
63+
# ACME_CHALLENGE: "DNS-01"
64+
# ACMESH_DNS_API_CONFIG: |-
65+
# DNS_API: dns_cf
66+
# CF_Token: "${CLOUDFLARE_DNS_TOKEN}"
6567
logging:
6668
driver: ${NGINX_LETSENCRYPT_LOG_DRIVER:-json-file}
6769
options:

0 commit comments

Comments
 (0)