Fix a typo.
This commit is contained in:
parent
ca7a097160
commit
3570a03297
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue