Skip to content
Snippets Groups Projects
Forked from libre.sh / compose.libre.sh
400 commits behind the upstream repository.
README.md 335 B

HAproxy

The smallest HAproxy docker image in town ;)

Run

docker run\
  -v /haproxy-config:/etc/haproxy\
  -p 80:80\
  -p 443:443\
  pierreozoux/haproxy

Have a look to pierreozoux/confd to have automatic configuration of HAproxy backed by etcd or consul.