aroundabout commented on code in PR #522:
URL: 
https://github.com/apache/incubator-hugegraph-toolchain/pull/522#discussion_r1330195402


##########
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:
+        image: hugegraph/hugegraph
+        container_name: graph
+        ports:
+        - 18080:8080
+
+    hubble:
+        image: hugegraph/hubble
+        container_name: hubble
+        ports:
+        - 8088:8088
+    ```
+
+Then we should follow the [hubble 
doc](https://hugegraph.apache.org/cn/docs/quickstart/hugegraph-hubble/#3%E5%B9%B3%E5%8F%B0%E4%BD%BF%E7%94%A8%E6%B5%81%E7%A8%8B)
 to create the graph.

Review Comment:
   done



-- 
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