From 67d0d67ba0fcf010f6f9557ba7fe259d0cede213 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Wed, 1 Sep 2021 15:40:14 -0400 Subject: [PATCH] tweaks to command output --- templates/docker-compose.yml.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index dc67e0c..87df835 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -82,7 +82,9 @@ services: {% endif %} {% if container.command is defined %} command: - {{ container.command }} +{% for command in container.command %} + - {{ command }} +{% endfor %} {% endif %} {% if container.security_opt is defined %} security_opt: