From 762aa668519f4d52628bc513149c4374f8b665ea Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Wed, 4 Aug 2021 15:53:57 -0400 Subject: [PATCH] fixed command after for loop removal --- templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 0b79a34..dc67e0c 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -82,7 +82,7 @@ services: {% endif %} {% if container.command is defined %} command: - {{ command }} + {{ container.command }} {% endif %} {% if container.security_opt is defined %} security_opt: