fixed command as a loop was not needed
This commit is contained in:
parent
36ecbfc7c1
commit
e90f463b74
@ -82,9 +82,7 @@ services:
|
||||
{% endif %}
|
||||
{% if container.command is defined %}
|
||||
command:
|
||||
{% for command in container.command %}
|
||||
- {{ command }}
|
||||
{% endfor %}
|
||||
{{ command }}
|
||||
{% endif %}
|
||||
{% if container.security_opt is defined %}
|
||||
security_opt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user