~dricottone/container-images

ref: f4352c80c4d712b337a359cc73515190f3845d09 container-images/haproxy/Dockerfile -rw-r--r-- 187 bytes
f4352c80Dominic Ricottone Logging configuration updates 1 year, 2 months ago
                                                                                
1
2
3
4
5
6
FROM docker.io/library/haproxy:alpine

COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg

CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg", "-f", "/usr/local/etc/haproxy.d"]