Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 347 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 347 Bytes

haproxy-samples

run

docker-compose up -d

Test on browser

http://localhost
http://localhost/api
http://localhost:8404

Logs

docker-compose logs -f

Validate config

docker run --rm -it \
-v $(pwd)/haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg \
haproxy -c -f /usr/local/etc/haproxy/haproxy.cfg