1
0
Fork 0

Update HAProxy from 1.9.8 to 2.0.2

This commit is contained in:
Joao Gilberto Magalhaes 2019-07-18 00:17:27 -05:00
parent f283cb7131
commit e823471a44

View file

@ -1,4 +1,4 @@
FROM haproxy:1.9-alpine
FROM haproxy:2.0.2-alpine
WORKDIR /scripts
@ -15,6 +15,4 @@ COPY easymapping /scripts/easymapping/
COPY assets /
#CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"]
CMD ["/usr/bin/supervisord", "-n", "-c", "/etc/supervisord.conf" ]