diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 6f7407c..4279014 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: