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