updated docker state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-03-17 20:33:34 +01:00
parent d164fd73f1
commit d812b9d767

View File

@ -25,7 +25,9 @@ docker-container-{{ k }}:
{%- for i, j in v.items() %}
- {{ i }}: {{ j }}
{%- endfor %}
{%- if 'network' not in v.keys() %}
- networks: {{ docker.networks }}
{% endif %}
{% endfor -%}