Skip to content

Commit e29ee1c

Browse files
committed
Update Dockerfile
1 parent 91c7bab commit e29ee1c

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
# 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.
153153
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)