bump let's encrypt to migrate endpoint

This commit is contained in:
nicolas.dorier
2019-10-18 16:12:21 +09:00
parent b3eb1445d6
commit face696853
9 changed files with 20 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ version: "3"
services:
letsencrypt-nginx-proxy-companion:
restart: unless-stopped
image: btcpayserver/letsencrypt-nginx-proxy-companion:1.12.1
image: btcpayserver/letsencrypt-nginx-proxy-companion:1.12.2
container_name: letsencrypt-nginx-proxy-companion
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
@@ -14,6 +14,6 @@ services:
environment:
NGINX_DOCKER_GEN_CONTAINER: "nginx-gen"
NGINX_PROXY_CONTAINER: "nginx"
ACME_CA_URI: ${ACME_CA_URI:-https://acme-staging-v02.api.letsencrypt.org/directory}
ACME_CA_URI: ${ACME_CA_URI:-staging}
links:
- nginx-gen