From 5b7fc6145bd2ecc2bd433faf1bd6b6a8ea466e1c Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 7 Oct 2020 19:55:16 +0200 Subject: [PATCH] Add newlines to fix the syntax. --- templates/shinyproxy-2-conf.yml.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/shinyproxy-2-conf.yml.j2 b/templates/shinyproxy-2-conf.yml.j2 index f1edc01..e18bb11 100644 --- a/templates/shinyproxy-2-conf.yml.j2 +++ b/templates/shinyproxy-2-conf.yml.j2 @@ -72,9 +72,13 @@ proxy: container-memory: {{ app.docker_memory | default('2g') }} {% if shinyproxy_as_docker_service %} {% if shinyproxy_container_backend == 'docker-swarm' %} + container-network: shinyproxy_{{ shinyproxy_docker_network }} + {% else %} + container-network: shinyproxy_{{ shinyproxy_docker_network }} + {% endif %} {% endif %} {% if app.groups is defined %}