change localhost to host ip
This commit is contained in:
parent
a59e8ca4a6
commit
6f50f0eb6f
|
@ -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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue