tweaks to command output
This commit is contained in:
parent
762aa66851
commit
67d0d67ba0
@ -82,7 +82,9 @@ services:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.command is defined %}
|
{% if container.command is defined %}
|
||||||
command:
|
command:
|
||||||
{{ container.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