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 74aa630 commit 9a1f4baCopy full SHA for 9a1f4ba
Dockerfile
@@ -117,5 +117,8 @@ ENV PROXY_CONNECT_READ_TIMEOUT="60s"
117
ENV PROXY_CONNECT_CONNECT_TIMEOUT="60s"
118
ENV PROXY_CONNECT_SEND_TIMEOUT="60s"
119
120
+# Allow disabling IPV6 resolution, default to false
121
+ENV DISABLE_IPV6="false"
122
+
123
# 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.
124
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments