Fix a typo.
This commit is contained in:
parent
adf6e0857a
commit
af1dc2ef40
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue