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