tweaks to command output
This commit is contained in:
parent
762aa66851
commit
67d0d67ba0
@ -82,7 +82,9 @@ services:
|
||||
{% endif %}
|
||||
{% if container.command is defined %}
|
||||
command:
|
||||
{{ container.command }}
|
||||
{% for command in container.command %}
|
||||
- {{ command }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% if container.security_opt is defined %}
|
||||
security_opt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user