change localhost to host ip

This commit is contained in:
Omar Khawaja 2019-09-05 12:08:55 -04:00
parent a59e8ca4a6
commit 6f50f0eb6f
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ a host network interface. The `to = 9002` parameter forwards that host port to
port 9002 inside the network namespace. port 9002 inside the network namespace.
This allows you to connect to the web frontend in a browser by visiting This allows you to connect to the web frontend in a browser by visiting
http://127.0.0.1:9002 as show below: http://<host ip>:9002 as show below:
[![Count Dashboard][count-dashboard]][count-dashboard] [![Count Dashboard][count-dashboard]][count-dashboard]