Renamed network variable to docker_network
This commit is contained in:
parent
effb62c3e6
commit
23ab24282c
@ -222,9 +222,9 @@ services:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if networks is defined %}
|
{% if docker_networks is defined %}
|
||||||
networks:
|
networks:
|
||||||
{% for network in networks %}
|
{% for network in docker_networks %}
|
||||||
{% if network.active %}
|
{% if network.active %}
|
||||||
{{ network.network_name }}:
|
{{ network.network_name }}:
|
||||||
{% if network.external is defined %}
|
{% if network.external is defined %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user