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: