From e90f463b746379a958b1dedfd643eb30669551c0 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Wed, 4 Aug 2021 15:50:52 -0400 Subject: [PATCH] fixed command as a loop was not needed --- templates/docker-compose.yml.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 87df835..0b79a34 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -82,9 +82,7 @@ services: {% endif %} {% if container.command is defined %} command: -{% for command in container.command %} - - {{ command }} -{% endfor %} + {{ command }} {% endif %} {% if container.security_opt is defined %} security_opt: