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