6 lines
92 B
Docker
6 lines
92 B
Docker
FROM bitnami/haproxy:2
|
|
|
|
# Copy config
|
|
COPY ./haproxy.cfg /bitnami/haproxy/conf/haproxy.cfg
|
|
|