Add missing endif from ports list
This commit is contained in:
parent
d68d96015e
commit
3290f8c2c6
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user