From fb6a8f8ad139f11d12baa44998df0997dba05ab6 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 7 Oct 2020 18:45:52 +0200 Subject: [PATCH] Fix a syntax error in the docker stack file --- templates/haproxy-docker-stack.yml.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/haproxy-docker-stack.yml.j2 b/templates/haproxy-docker-stack.yml.j2 index 4aacbd9..76ed599 100644 --- a/templates/haproxy-docker-stack.yml.j2 +++ b/templates/haproxy-docker-stack.yml.j2 @@ -42,8 +42,7 @@ services: mode: host {% endif %} {% endif %} - -dns: [127.0.0.11] + dns: [127.0.0.11] deploy: {% if docker_swarm_haproxy_installation_type == 'keepalive' or docker_swarm_haproxy_installation_type == 'mesh' %} mode: replicated