From 852b16aee2708680b86feffac37eb205df0f178c Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 12 Oct 2020 18:24:39 +0200 Subject: [PATCH] Fix the syntax for the external network. --- templates/portainer-agent-stack.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/portainer-agent-stack.yml.j2 b/templates/portainer-agent-stack.yml.j2 index e18006e..169a509 100644 --- a/templates/portainer-agent-stack.yml.j2 +++ b/templates/portainer-agent-stack.yml.j2 @@ -54,4 +54,5 @@ volumes: networks: {{ docker_swarm_portainer_network }}: haproxy-public: - external: True \ No newline at end of file + external: + name: haproxy-public \ No newline at end of file