Skip to content

Commit

Permalink
BLD: Adds CRT_LIST_PATH to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Jul 18, 2018
1 parent 2c112de commit b302a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ENV CERTS="" \
CFG_TEMPLATE_PATH="/cfg/tmpl/haproxy.tmpl" \
CHECK_RESOLVERS=false RESOLVERS="nameserver dns 127.0.0.11:53" \
CONNECTION_MODE="http-keep-alive" \
CRT_LIST_PATH="" \
DEBUG="false" \
DEFAULT_PORTS="80,443:ssl" \
DEFAULT_REQ_MODE="http" \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.linux-arm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV CERTS="" \
CFG_TEMPLATE_PATH="/cfg/tmpl/haproxy.tmpl" \
CHECK_RESOLVERS=false \
CONNECTION_MODE="http-keep-alive" \
CRT_LIST_PATH="" \
DEBUG="false" \
DEFAULT_PORTS="80,443:ssl" \
DEFAULT_REQ_MODE="http" \
Expand Down

0 comments on commit b302a66

Please sign in to comment.