added missing endif statement

This commit is contained in:
IronicBadger 2020-10-01 19:44:28 -04:00
parent f09e41d662
commit 7b70869e09

View File

@ -30,6 +30,7 @@ services:
{% for device in container.devices %}
- {{ device }}
{% endfor %}
{% endif %}
{% if container.volumes is defined %}
volumes:
{% for volume in container.volumes %}