Add missing endif from ports list

This commit is contained in:
Corbin 2024-06-23 16:16:40 -04:00
parent d68d96015e
commit 3290f8c2c6
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5

View File

@ -90,6 +90,7 @@ services:
- {{ port }} - {{ port }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endif %}
{% if container.expose is defined %} {% if container.expose is defined %}
expose: expose:
{% for expose_port in container.expose %} {% for expose_port in container.expose %}