Skip to content

Commit 67d0d67

Browse files
committed
tweaks to command output
1 parent 762aa66 commit 67d0d67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/docker-compose.yml.j2

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ services:
8282
{% endif %}
8383
{% if container.command is defined %}
8484
command:
85-
{{ container.command }}
85+
{% for command in container.command %}
86+
- {{ command }}
87+
{% endfor %}
8688
{% endif %}
8789
{% if container.security_opt is defined %}
8890
security_opt:

0 commit comments

Comments
 (0)