mirror of
https://github.com/timvisee/send-docker-compose.git
synced 2025-12-06 05:50:55 +03:00
Use default nginx proxy container name instead for better support
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
send-proxy:
|
||||
container_name: send-proxy
|
||||
nginx-proxy:
|
||||
container_name: nginx-proxy
|
||||
image: 'jwilder/nginx-proxy:alpine'
|
||||
restart: always
|
||||
ports:
|
||||
@@ -20,8 +20,6 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
- DEFAULT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||
- NGINX_PROXY_CONTAINER=send-proxy
|
||||
- NGINX_DOCKER_GEN_CONTAINER=send-proxy
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- proxy-certs:/etc/nginx/certs
|
||||
|
||||
Reference in New Issue
Block a user