1
0

add configurable ACME_CA_URI

This commit is contained in:
nicolas.dorier
2017-12-16 02:10:45 +09:00
parent e5ce8e3328
commit 6548c0d789

View File

@@ -44,7 +44,8 @@ services:
- "nginx_html:/usr/share/nginx/html" - "nginx_html:/usr/share/nginx/html"
- "nginx_certs:/etc/nginx/certs:rw" - "nginx_certs:/etc/nginx/certs:rw"
environment: environment:
- NGINX_DOCKER_GEN_CONTAINER=nginx-gen - NGINX_DOCKER_GEN_CONTAINER: nginx-gen
- ACME_CA_URI:
links: links:
- nginx - nginx