From 71f989a9320a6d4ae7e419fa18139c5087c51cf2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 12 Oct 2020 18:24:09 +0200 Subject: [PATCH] Fix the syntax for the external network. --- templates/shinyproxy-docker-compose.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/shinyproxy-docker-compose.yml.j2 b/templates/shinyproxy-docker-compose.yml.j2 index 73f6257..746cc12 100644 --- a/templates/shinyproxy-docker-compose.yml.j2 +++ b/templates/shinyproxy-docker-compose.yml.j2 @@ -36,4 +36,5 @@ services: networks: {{ shinyproxy_docker_network }}: haproxy-public: - external: True \ No newline at end of file + external: + name: haproxy-public \ No newline at end of file