Add REVERSEPROXY_DEFAULT_HOST

This commit is contained in:
nicolas.dorier
2019-06-12 15:22:56 +09:00
parent ae30f11fc2
commit 37f34d1afa
3 changed files with 4 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ services:
restart: unless-stopped
image: btcpayserver/docker-gen:0.7.5
container_name: nginx-gen
environment:
DEFAULT_HOST: ${REVERSEPROXY_DEFAULT_HOST:-none}
volumes:
- "/var/run/docker.sock:/tmp/docker.sock:ro"
- "./nginx.tmpl:/etc/docker-gen/templates/nginx.tmpl:ro"