Skip to content

Commit 2e5de1b

Browse files
committed
Update Dockerfile
1 parent 985f8fe commit 2e5de1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ ENV PROXY_CONNECT_READ_TIMEOUT="60s"
146146
ENV PROXY_CONNECT_CONNECT_TIMEOUT="60s"
147147
ENV PROXY_CONNECT_SEND_TIMEOUT="60s"
148148

149-
# Allow disabling IPV6 resolution, default to false
150-
ENV DISABLE_IPV6="false"
149+
# Allow disabling IPV6 resolution, default to true
150+
ENV DISABLE_IPV6="true"
151151

152152
# Bitnami dockerhub overrides
153153
ENV BITNAMI_DOCKERHUB_ANONYMOUS_OVERRIDE="false"

0 commit comments

Comments
 (0)