1
0

nginx does not have to restart if btcpayserver restart

This commit is contained in:
nicolas.dorier
2018-12-21 14:04:18 +09:00
parent b522836346
commit 24d059d316

View File

@@ -13,8 +13,6 @@ services:
- "nginx_vhost:/etc/nginx/vhost.d"
- "nginx_html:/usr/share/nginx/html"
- "nginx_certs:/etc/nginx/certs:ro"
links:
- btcpayserver
nginx-gen:
restart: unless-stopped
@@ -29,6 +27,7 @@ services:
- "nginx_certs:/etc/nginx/certs:ro"
entrypoint: /usr/local/bin/docker-gen -notify-sighup nginx -watch -wait 5s:30s /etc/docker-gen/templates/nginx.tmpl /etc/nginx/conf.d/default.conf
links:
- btcpayserver
- nginx
letsencrypt-nginx-proxy-companion: