fixed command after for loop removal
This commit is contained in:
parent
e90f463b74
commit
762aa66851
@ -82,7 +82,7 @@ services:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.command is defined %}
|
{% if container.command is defined %}
|
||||||
command:
|
command:
|
||||||
{{ command }}
|
{{ container.command }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.security_opt is defined %}
|
{% if container.security_opt is defined %}
|
||||||
security_opt:
|
security_opt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user