From 84afd8650e7cf2b7ffb97f54479ae4804d104794 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 12 Oct 2020 18:22:49 +0200 Subject: [PATCH] Fix the compose syntax for the external network --- templates/haproxy-docker-stack.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/haproxy-docker-stack.yml.j2 b/templates/haproxy-docker-stack.yml.j2 index ded0d38..14c3177 100644 --- a/templates/haproxy-docker-stack.yml.j2 +++ b/templates/haproxy-docker-stack.yml.j2 @@ -80,4 +80,5 @@ services: networks: {{ haproxy_docker_overlay_network }}: - esternal: True + esternal: + name: {{ haproxy_docker_overlay_network }}