5 lines
95 B
Docker
5 lines
95 B
Docker
FROM haproxy:lts
|
|
ENV PORT=3890
|
|
EXPOSE $PORT
|
|
ADD haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg
|