~dricottone/container-images

ref: 9077dcc92954b810700ba1c67692d462dca7b61e container-images/haproxy/Dockerfile -rw-r--r-- 187 bytes
9077dcc9Dominic Ricottone Restrictions on postfix 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"]