diff --git a/docker-compose.yml b/docker-compose.yml
index b92e9e7ae1fd84bc44879a3255c4166d1bead44c..0faa051d34a38f3bfbe469ea798d582094915a59 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -10,6 +10,8 @@ services:
         image: functions/gateway:0.5.3
         networks:
             - functions
+        environment:
+            dnsrr: "true"  # Temporarily use dnsrr in place of VIP while issue persists on PWD
         deploy:
             placement:
                 constraints: [node.role == manager]