Skip to content

Commit 762aa66

Browse files
authored
fixed command after for loop removal
1 parent e90f463 commit 762aa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ services:
8282
{% endif %}
8383
{% if container.command is defined %}
8484
command:
85-
{{ command }}
85+
{{ container.command }}
8686
{% endif %}
8787
{% if container.security_opt is defined %}
8888
security_opt:

0 commit comments

Comments
 (0)