1
0
Fork 0

Preparing for reloading haproxy

This commit is contained in:
Joao Gilberto Magalhaes 2019-07-15 23:22:51 -05:00
parent 417db0de77
commit eb10288717
7 changed files with 103 additions and 6 deletions

View file

@ -24,6 +24,7 @@ docker run \
-e HAPROXY_PASSWORD=password \
-e HAPROXY_STATS_PORT=1936 \
-e REFRESH_STATE=1 \
-v /var/run/docker.sock:/var/run/docker.sock \
-d byjg/easy-haproxy
```