docker publish the statistics port
This commit is contained in:
parent
187453f451
commit
6fd6c5e21d
|
@ -15,6 +15,10 @@ services:
|
||||||
published: {{ haproxy_ssl_port }}
|
published: {{ haproxy_ssl_port }}
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
mode: host
|
mode: host
|
||||||
|
- target: {{ haproxy_admin_port }}
|
||||||
|
published: {{ haproxy_admin_port }}
|
||||||
|
protocol: tcp
|
||||||
|
mode: host
|
||||||
dns: [127.0.0.11]
|
dns: [127.0.0.11]
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
|
|
Loading…
Reference in New Issue