~dricottone/container-images

ref: adc564384c5146962d2801b69d1b5edd651d189f container-images/haproxy/Dockerfile -rw-r--r-- 187 bytes
adc56438Dominic Ricottone Late Alpine 3.19 updates 7 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"]