command now supports multiline vars

This commit is contained in:
IronicBadger 2020-09-11 12:58:30 -04:00
parent 430abff063
commit ce59ca09f3

View File

@ -69,7 +69,10 @@ services:
{% endfor %}
{% endif %}
{% if container.command is defined %}
command: {{ container.command }}
command:
{% for command in container.command %}
- {{ command }}
{% endfor %}
{% endif %}
{% if container.security_opt is defined %}
security_opt: