Fix the indentation of the networks definitions.

This commit is contained in:
Andrea Dell'Amico 2025-09-03 17:02:38 +02:00
parent e5f9b7e91f
commit d83671d315
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@ services:
{% endif %} {% endif %}
networks: networks:
{% for overlay_net in haproxy_docker_overlay_default_network %} {% for overlay_net in haproxy_docker_overlay_default_network %}
- {{ overlay_net }}: - {{ overlay_net }}:
{% endfor %} {% endfor %}
{% for add_overlay_net in haproxy_docker_swarm_overlay_additional_networks %} {% for add_overlay_net in haproxy_docker_swarm_overlay_additional_networks %}
- {{ add_overlay_net }}: - {{ add_overlay_net }}:
{% endfor %} {% endfor %}
ports: ports:
- target: {{ haproxy_default_port }} - target: {{ haproxy_default_port }}