Explicitly set nginx proxy container name

This commit is contained in:
timvisee
2020-07-09 11:16:30 +02:00
parent 824af9353d
commit 86c5f7fd37

View File

@@ -17,6 +17,7 @@ services:
image: 'jrcs/letsencrypt-nginx-proxy-companion'
environment:
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
- NGINX_PROXY_CONTAINER=proxy
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- proxy-certs:/etc/nginx/certs