We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c7bab commit e29ee1cCopy full SHA for e29ee1c
Dockerfile
@@ -146,8 +146,8 @@ ENV PROXY_CONNECT_READ_TIMEOUT="60s"
146
ENV PROXY_CONNECT_CONNECT_TIMEOUT="60s"
147
ENV PROXY_CONNECT_SEND_TIMEOUT="60s"
148
149
-# Allow disabling IPV6 resolution, default to false
150
-ENV DISABLE_IPV6="false"
+# Allow disabling IPV6 resolution, default to true
+ENV DISABLE_IPV6="true"
151
152
# Did you want a shell? Sorry, the entrypoint never returns, because it runs nginx itself. Use 'docker exec' if you need to mess around internally.
153
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments