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 985f8fe commit 2e5de1bCopy full SHA for 2e5de1b
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
# Bitnami dockerhub overrides
153
ENV BITNAMI_DOCKERHUB_ANONYMOUS_OVERRIDE="false"
0 commit comments