From 79d59a1b0b65e51ebdfa75a12f2f2dd450b11d80 Mon Sep 17 00:00:00 2001 From: Omar Khawaja Date: Thu, 5 Sep 2019 12:08:55 -0400 Subject: [PATCH] change localhost to host ip --- website/source/guides/integrations/consul-connect/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/integrations/consul-connect/index.html.md b/website/source/guides/integrations/consul-connect/index.html.md index ba8db981a..585e0b1ad 100644 --- a/website/source/guides/integrations/consul-connect/index.html.md +++ b/website/source/guides/integrations/consul-connect/index.html.md @@ -211,7 +211,7 @@ a host network interface. The `to = 9002` parameter forwards that host port to port 9002 inside the network namespace. This allows you to connect to the web frontend in a browser by visiting -http://127.0.0.1:9002 as show below: +http://:9002 as show below: [![Count Dashboard][count-dashboard]][count-dashboard]