Skip to content

Commit e90f463

Browse files
authored
fixed command as a loop was not needed
1 parent 36ecbfc commit e90f463

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/docker-compose.yml.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ services:
8282
{% endif %}
8383
{% if container.command is defined %}
8484
command:
85-
{% for command in container.command %}
86-
- {{ command }}
87-
{% endfor %}
85+
{{ command }}
8886
{% endif %}
8987
{% if container.security_opt is defined %}
9088
security_opt:

0 commit comments

Comments
 (0)