From 33c8db49179822258701519df56102b8ae90a973 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 5 Jan 2018 23:12:22 +0900 Subject: [PATCH] Add missing configuration for cert renewal --- Production/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Production/docker-compose.yml b/Production/docker-compose.yml index 015a90c..32eb424 100644 --- a/Production/docker-compose.yml +++ b/Production/docker-compose.yml @@ -45,6 +45,7 @@ services: - "nginx_certs:/etc/nginx/certs:rw" environment: NGINX_DOCKER_GEN_CONTAINER: "nginx-gen" + NGINX_PROXY_CONTAINER: "nginx" ACME_CA_URI: links: - nginx