From 7335b3a347b0d7b75935964cac2852103b89e301 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 31 Mar 2019 12:51:45 +0200 Subject: [PATCH] use IPv6 address in example config to avoid issues with IPv6 in Docker --- etc/websocket-client.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/websocket-client.conf b/etc/websocket-client.conf index b9039153e..dd0e9c31c 100644 --- a/etc/websocket-client.conf +++ b/etc/websocket-client.conf @@ -33,7 +33,7 @@ nodes = { type = "websocket", destinations = [ - "http://localhost:8088/test_session" + "http://127.0.0.1:8088/test_session" ] } }