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 }}"
{% endif %}
{% if ipv6_enabled and bind6 %}
- "{{ bind6 }}:{{ port }}:{{ port }}"
- "[{{ bind6 }}]:{{ port }}:{{ port }}"
{% endif %}
{% endfor %}
networks:

Loading…
Cancel
Save