tweaks to command output

This commit is contained in:
Alex Kretzschmar 2021-09-01 15:40:14 -04:00
parent 762aa66851
commit 67d0d67ba0

View File

@ -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: