Skip to content

Commit

Permalink
Update HAproxy to enable stdout logging (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
zunkree authored Feb 26, 2020
1 parent 3691922 commit 22a6c9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM haproxy:1.9.5-alpine
FROM haproxy:2.1.3-alpine

RUN apk --no-cache upgrade \
&& apk add --no-cache ca-certificates openssl \
&& mkdir /etc/haproxy \
&& mkdir -p /opt/haproxy

RUN apk --no-cache upgrade && apk add --no-cache ca-certificates openssl && mkdir /etc/haproxy && mkdir -p /opt/haproxy
COPY entrypoint.sh /bin/
COPY ./error-pages /opt/haproxy/error-pages

Expand Down

0 comments on commit 22a6c9f

Please sign in to comment.