mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-07 06:20:54 +03:00
Explicitly set nginx proxy container name
This commit is contained in:
@@ -17,6 +17,7 @@ services:
|
|||||||
image: 'jrcs/letsencrypt-nginx-proxy-companion'
|
image: 'jrcs/letsencrypt-nginx-proxy-companion'
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||||
|
- NGINX_PROXY_CONTAINER=proxy
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- proxy-certs:/etc/nginx/certs
|
- proxy-certs:/etc/nginx/certs
|
||||||
|
|||||||
Reference in New Issue
Block a user