Commit 5a411c17 authored by nanahira's avatar nanahira

fix

parent 7992b7fc
...@@ -81,9 +81,5 @@ services: ...@@ -81,9 +81,5 @@ services:
cap_add: cap_add:
- SYS_TIME - SYS_TIME
ports: ports:
{% for br in bridges %} - '{{services.address}}:123:123/udp'
{% if br.dhcp is defined and br.dhcp %}
- '{{ br.address | regex_replace("/\d+$", "") }}:123:123/udp'
{% endif %}
{% endfor %}
{% endif %} {% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment