1
0
Fork 0
mirror of https://github.com/yavook/kiwi-nginx-gen.git synced 2024-12-22 04:13:02 +00:00

ENABLE_IPV6 by default

This commit is contained in:
Jörn-Michael Miehe 2023-08-30 21:59:48 +02:00
parent 874596cb0b
commit 67e4f2fb55

View file

@ -7,6 +7,9 @@ ADD \
https://raw.githubusercontent.com/nginx-proxy/nginx-proxy/main/nginx.tmpl \
/etc/docker-gen/templates/nginx.tmpl
ENV \
ENABLE_IPV6="true"
CMD [ \
"-notify-sighup", "nginx", \
"-watch", \