diff --git a/templates/docker-compose.yml.j2 b/templates/docker-compose.yml.j2 index 684e5b7..22e34b7 100644 --- a/templates/docker-compose.yml.j2 +++ b/templates/docker-compose.yml.j2 @@ -90,6 +90,7 @@ services: - {{ port }} {% endfor %} {% endif %} +{% endif %} {% if container.expose is defined %} expose: {% for expose_port in container.expose %}