Skip to content

Commit 9a1f4ba

Browse files
committed
Fix: default DISABLE_IPV6 to false to avoid "entrypoint.sh: line 36: DISABLE_IPV6: unbound variable"
1 parent 74aa630 commit 9a1f4ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,8 @@ ENV PROXY_CONNECT_READ_TIMEOUT="60s"
117117
ENV PROXY_CONNECT_CONNECT_TIMEOUT="60s"
118118
ENV PROXY_CONNECT_SEND_TIMEOUT="60s"
119119

120+
# Allow disabling IPV6 resolution, default to false
121+
ENV DISABLE_IPV6="false"
122+
120123
# 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.
121124
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)