Renamed network variable to docker_network

This commit is contained in:
Simon Caron 2022-11-15 21:37:37 -05:00 committed by Corbin Bartsch
parent effb62c3e6
commit 23ab24282c
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5

View File

@ -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 %}