fixed command logic
This commit is contained in:
parent
9020e74cb2
commit
c5836ad92a
@ -84,10 +84,7 @@ services:
|
|||||||
mem_limit: {{ container.mem_limit }}
|
mem_limit: {{ container.mem_limit }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if container.command is defined %}
|
{% if container.command is defined %}
|
||||||
command:
|
command: {{ container.command }}
|
||||||
{% for command in container.command %}
|
|
||||||
- {{ command }}
|
|
||||||
{% endfor %}
|
|
||||||
{% 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