mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 15:28:54 +00:00
Merge pull request #106 from WALL-E/fix/compose
Fix haproxy config in compose usage example
This commit is contained in:
commit
8437b4fd1f
@ -123,7 +123,8 @@ defaults
|
|||||||
timeout client 50000ms
|
timeout client 50000ms
|
||||||
timeout server 50000ms
|
timeout server 50000ms
|
||||||
|
|
||||||
listen stats :70
|
listen stats
|
||||||
|
bind 0.0.0.0:70
|
||||||
stats enable
|
stats enable
|
||||||
stats uri /
|
stats uri /
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user