Fix a variable name.

This commit is contained in:
Andrea Dell'Amico 2022-03-08 17:24:29 +01:00
parent 3570a03297
commit bcb4b8c462
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ proxy:
{% 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.end %}, {% 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 %}