aroundabout commented on issue #490:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/issues/490#issuecomment-1636814134

   The backend of hubble tried to connect to the localhost:8080, but the 
backend was in the docker container and the localhost was the container. 
   If you want to use localhost directly, you can use `sudo docker run -itd 
--name graph --network host hugegraph/hugegraph` and `sudo docker run -itd 
--name fe --network host hugegraph/hubble`.
   With host mode, the container will share the network with the host machine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to