mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
enable ipv6
This commit is contained in:
parent
3f26ce7355
commit
02de2087c5
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue