From 3c2d016667e969c38579ffe136570b7dd8e631b3 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 7 Oct 2020 19:44:06 +0200 Subject: [PATCH] Fix the network name --- templates/shinyproxy-2-conf.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shinyproxy-2-conf.yml.j2 b/templates/shinyproxy-2-conf.yml.j2 index e5f700e..4670102 100644 --- a/templates/shinyproxy-2-conf.yml.j2 +++ b/templates/shinyproxy-2-conf.yml.j2 @@ -72,7 +72,7 @@ proxy: container-memory: {{ app.docker_memory | default('2g') }} {% if shinyproxy_as_docker_service %} - container-network: {{ shinyproxy_docker_network }} + container-network: shinyproxy_{{ shinyproxy_docker_network }} {% endif %} {% if app.groups is defined %}