We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c112de commit b302a66Copy full SHA for b302a66
2 files changed
Dockerfile
@@ -17,6 +17,7 @@ ENV CERTS="" \
17
CFG_TEMPLATE_PATH="/cfg/tmpl/haproxy.tmpl" \
18
CHECK_RESOLVERS=false RESOLVERS="nameserver dns 127.0.0.11:53" \
19
CONNECTION_MODE="http-keep-alive" \
20
+ CRT_LIST_PATH="" \
21
DEBUG="false" \
22
DEFAULT_PORTS="80,443:ssl" \
23
DEFAULT_REQ_MODE="http" \
Dockerfile.linux-arm
@@ -8,6 +8,7 @@ ENV CERTS="" \
8
9
CHECK_RESOLVERS=false \
10
11
12
13
14
0 commit comments