docker publish the statistics port

This commit is contained in:
Andrea Dell'Amico 2020-10-02 17:59:27 +02:00
parent 187453f451
commit 6fd6c5e21d
1 changed files with 4 additions and 0 deletions

View File

@ -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