1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 09:04:06 +02:00

enable ipv6

This commit is contained in:
Robin Appelman 2017-03-18 15:55:13 +01:00
commit 02de2087c5

View file

@ -23,6 +23,8 @@ services:
volumes_from: volumes_from:
- nginx - nginx
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 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
environment:
- ENABLE_IPV6=true
networks: networks:
- proxy-tier - proxy-tier
letsencrypt-nginx-proxy-companion: letsencrypt-nginx-proxy-companion: