Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-03-08 17:21:36 +01:00
parent ca7a097160
commit 3570a03297
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.end %}, {% endif %}{% endfor %} ]{% endif %}
{% endfor %}
{% endif %}