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:
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 \
|
||||
/etc/docker-gen/templates/nginx.tmpl
|
||||
|
||||
ENV \
|
||||
ENABLE_IPV6="true"
|
||||
|
||||
CMD [ \
|
||||
"-notify-sighup", "nginx", \
|
||||
"-watch", \
|
||||
|
|
Loading…
Reference in a new issue