Indent correctly port and volumes.

This commit is contained in:
Andrea Dell'Amico 2022-03-08 17:26:40 +01:00
parent bcb4b8c462
commit 0bf30d5380
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -132,9 +132,9 @@ proxy:
{% endif %}
{% if app.port is defined %}port: {{ app.port }}{% endif %}
{% if app.port is defined %}port: {{ app.port }}{% endif %}
{% if app.container_volumes is defined %}container-volumes: [ {% for vol in app.container_volumes %} "{{ vol }}"{% if not loop.last %}, {% endif %}{% endfor %} ]{% endif %}
{% if app.container_volumes is defined %}container-volumes: [ {% for vol in app.container_volumes %} "{{ vol }}"{% if not loop.last %}, {% endif %}{% endfor %} ]{% endif %}
{% endfor %}
{% endif %}