docker run -it -d -v {haproxy.cfg path}:/usr/local/etc/haproxy/ --net=host --name mtx_haproxy leeloo2006/mtx_haproxy
version: "3"
services:
mtx:
image: leeloo2006/mtx_haproxy
container_name: mtx_haproxy
restart: always
network_mode: host
volumes:
- {haproxy.cfg path}:/usr/local/etc/haproxy/
Content type
Image
Digest
Size
35.1 MB
Last updated
over 5 years ago
docker pull leeloo2006/mtx_haproxy