added missing endif statement
This commit is contained in:
parent
f09e41d662
commit
7b70869e09
@ -30,6 +30,7 @@ services:
|
|||||||
{% for device in container.devices %}
|
{% for device in container.devices %}
|
||||||
- {{ device }}
|
- {{ device }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
{% if container.volumes is defined %}
|
{% if container.volumes is defined %}
|
||||||
volumes:
|
volumes:
|
||||||
{% for volume in container.volumes %}
|
{% for volume in container.volumes %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user