diff --git a/templates/shinyproxy-2-conf.yml.j2 b/templates/shinyproxy-2-conf.yml.j2 index 00702bc..c53a059 100644 --- a/templates/shinyproxy-2-conf.yml.j2 +++ b/templates/shinyproxy-2-conf.yml.j2 @@ -111,7 +111,7 @@ proxy: {% if app.environment is defined %} container-env: {% for env in app.environment %} - {{ env.name }}: "{{ env.value }}" + {{ env.name }}: {{ env.value }} {% endfor %} {% endif %}