From 41c12a03390ca57533892ebb5f7d4561e4648dff Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 8 Oct 2020 13:15:35 +0200 Subject: [PATCH] Adapt the network name in the shinyproxy conf file --- 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 e18bb11..3529234 100644 --- a/templates/shinyproxy-2-conf.yml.j2 +++ b/templates/shinyproxy-2-conf.yml.j2 @@ -73,11 +73,11 @@ proxy: {% if shinyproxy_as_docker_service %} {% if shinyproxy_container_backend == 'docker-swarm' %} - container-network: shinyproxy_{{ shinyproxy_docker_network }} + container-network: {{ shinyproxy_docker_network }} {% else %} - container-network: shinyproxy_{{ shinyproxy_docker_network }} + container-network: {{ shinyproxy_docker_network }} {% endif %} {% endif %}