Fix a typo.
This commit is contained in:
parent
d83671d315
commit
e4a7b0a235
|
|
@ -35,10 +35,10 @@ services:
|
|||
{% endif %}
|
||||
networks:
|
||||
{% for overlay_net in haproxy_docker_overlay_default_network %}
|
||||
- {{ overlay_net }}:
|
||||
- {{ overlay_net }}
|
||||
{% endfor %}
|
||||
{% for add_overlay_net in haproxy_docker_swarm_overlay_additional_networks %}
|
||||
- {{ add_overlay_net }}:
|
||||
- {{ add_overlay_net }}
|
||||
{% endfor %}
|
||||
ports:
|
||||
- target: {{ haproxy_default_port }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue