Update HAProxy from 1.9.8 to 2.0.2
This commit is contained in:
parent
f283cb7131
commit
e823471a44
1 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM haproxy:1.9-alpine
|
FROM haproxy:2.0.2-alpine
|
||||||
|
|
||||||
WORKDIR /scripts
|
WORKDIR /scripts
|
||||||
|
|
||||||
|
|
@ -15,6 +15,4 @@ COPY easymapping /scripts/easymapping/
|
||||||
|
|
||||||
COPY assets /
|
COPY assets /
|
||||||
|
|
||||||
|
|
||||||
#CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"]
|
|
||||||
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf" ]
|
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf" ]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue