From 235a5799b07f66aae776afc2dec9a6fa2c839ddd Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 11 May 2017 08:34:35 +0100 Subject: [PATCH] PWD only works with DNS-RR --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bd77d0ae..7b7a4377 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,8 +10,8 @@ services: image: functions/gateway:0.5.5 networks: - functions -# environment: -# dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD + environment: + dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD deploy: placement: constraints: [node.role == manager]