Put IPv6 address in brackets

main
Alexander Graf 1 year ago
parent 35331a4295
commit 8b1eb020e2
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

@ -33,7 +33,7 @@ services:
- "{{ bind4 }}:{{ port }}:{{ port }}" - "{{ bind4 }}:{{ port }}:{{ port }}"
{% endif %} {% endif %}
{% if ipv6_enabled and bind6 %} {% if ipv6_enabled and bind6 %}
- "{{ bind6 }}:{{ port }}:{{ port }}" - "[{{ bind6 }}]:{{ port }}:{{ port }}"
{% endif %} {% endif %}
{% endfor %} {% endfor %}
networks: networks:

Loading…
Cancel
Save