From 7b70869e094f82cfc8739e2c5bf088dc63e81bd9 Mon Sep 17 00:00:00 2001 From: IronicBadger Date: Thu, 1 Oct 2020 19:44:28 -0400 Subject: [PATCH] added missing endif statement --- templates/docker-compose.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 2aec72f..1db3124 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -30,6 +30,7 @@ services: {% for device in container.devices %} - {{ device }} {% endfor %} +{% endif %} {% if container.volumes is defined %} volumes: {% for volume in container.volumes %}