4 lines
83 B
Docker
4 lines
83 B
Docker
|
FROM haproxy:2.5.0-alpine3.15
|
||
|
|
||
|
COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|