Sign inSign up

leeloo2006/mtx_haproxy

By leeloo2006

Updated 3 months ago

Image
1

381

leeloo2006/mtx_haproxy repository overview

docker run

docker run -it -d -v {haproxy.cfg path}:/usr/local/etc/haproxy/ --net=host --name mtx_haproxy leeloo2006/mtx_haproxy

docker-compose.yml

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/

Tag summary

Content type

Image

Digest

Size

35.1 MB

Last updated

over 5 years ago

docker pull leeloo2006/mtx_haproxy