imbajin commented on code in PR #522: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/522#discussion_r1330014120
########## hugegraph-hubble/README.md: ########## @@ -15,7 +15,26 @@ hugegraph-hubble is a graph management and analysis platform that provides featu ## Quick Start -We can use `docker run -itd --name=hubble -p 8088:8088 hugegraph/hubble` to quickly start [hubble](https://hub.docker.com/r/hugegraph/hubble). +1. We can use `docker run -itd --name=hubble -p 8088:8088 hugegraph/hubble` to quickly start [hubble](https://hub.docker.com/r/hugegraph/hubble). +2. We can use the `docker-compose.yml` to start `hubble` with `hugegraph-server`: + + ``` + version: '3' + services: + graph_hubble: Review Comment: `graph_hubble` seems a little confused? and shall we add the `preload` param here (comment it or not by default) -- 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]
