Added Custom Config
This commit is contained in:
parent
4aa00d15fa
commit
de0c7a93b8
5 changed files with 50 additions and 8 deletions
|
|
@ -2,7 +2,8 @@ FROM haproxy:1.8-alpine
|
|||
|
||||
RUN apk add --no-cache bash
|
||||
|
||||
COPY entrypoint.sh /
|
||||
COPY *.sh /
|
||||
COPY conf.d /etc/haproxy/conf.d
|
||||
COPY assets/errors-custom/* /etc/haproxy/errors-custom/
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue