Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-02-02 18:19:01 +01:00
parent adf6e0857a
commit af1dc2ef40
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ frontend shinyproxy_metrics
{% for srv in docker_swarm_haproxy_additional_services %}
{% if srv.mode is defined and srv.mode == 'tcp' %}
frontend {{ srv.acl_name }}
bind: {{ srv.service_port }}
bind :{{ srv.service_port }}
mode {{ srv.mode }}
{% if srv.allowed_networks is defined %}
acl {{ srv.acl_name }}_nets src {% for net in srv.allowed_networks %} {{ net }}{% endfor %}