From 0bf30d53806e9ef09e2e1b891ddbe1acd1d2b515 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 8 Mar 2022 17:26:40 +0100 Subject: [PATCH] Indent correctly port and volumes. --- templates/shinyproxy-2-conf.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/shinyproxy-2-conf.yml.j2 b/templates/shinyproxy-2-conf.yml.j2 index 92ccf1e..0b79689 100644 --- a/templates/shinyproxy-2-conf.yml.j2 +++ b/templates/shinyproxy-2-conf.yml.j2 @@ -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 %}