command now supports multiline vars
This commit is contained in:
parent
430abff063
commit
ce59ca09f3
@ -69,7 +69,10 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.command is defined %}
|
{% if container.command is defined %}
|
||||||
command: {{ container.command }}
|
command:
|
||||||
|
{% for command in container.command %}
|
||||||
|
- {{ command }}
|
||||||
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.security_opt is defined %}
|
{% if container.security_opt is defined %}
|
||||||
security_opt:
|
security_opt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user