mirror of
https://github.com/yavook/kiwi-nginx-gen.git
synced 2024-12-22 20:33:00 +00:00
ENABLE_IPV6 by default
This commit is contained in:
parent
874596cb0b
commit
67e4f2fb55
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ ADD \
|
||||||
https://raw.githubusercontent.com/nginx-proxy/nginx-proxy/main/nginx.tmpl \
|
https://raw.githubusercontent.com/nginx-proxy/nginx-proxy/main/nginx.tmpl \
|
||||||
/etc/docker-gen/templates/nginx.tmpl
|
/etc/docker-gen/templates/nginx.tmpl
|
||||||
|
|
||||||
|
ENV \
|
||||||
|
ENABLE_IPV6="true"
|
||||||
|
|
||||||
CMD [ \
|
CMD [ \
|
||||||
"-notify-sighup", "nginx", \
|
"-notify-sighup", "nginx", \
|
||||||
"-watch", \
|
"-watch", \
|
||||||
|
|
Loading…
Reference in a new issue