diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 6175390..f992268 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -84,10 +84,7 @@ services: mem_limit: {{ container.mem_limit }} {% endif %} {% if container.command is defined %} - command: -{% for command in container.command %} - - {{ command }} -{% endfor %} + command: {{ container.command }} {% endif %} {% if container.security_opt is defined %} security_opt: