2 lines
71 B
Docker
2 lines
71 B
Docker
|
FROM haproxy:latest
|
||
|
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|