Skip to content

haproxy

Bash
docker-compose up -d

Then you can visit http://localhost:8080/

To trigger a configuration file reload:

Bash
docker-compose kill -sHUP haproxy

To check the HAProxy configuration file:

Bash
docker-compose run --rm haproxy -c -f /usr/local/etc/haproxy/haproxy.cfg