Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: imbajin <jin@apache.org>
  • Loading branch information
aroundabout and imbajin authored Oct 9, 2023
1 parent 60c8adb commit 72579bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/cn/docs/quickstart/hugegraph-hubble.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ HugeGraph是一款面向分析型,支持批量操作的图数据库系统,
```yaml
version: '3'
services:
graph_hubble:
server:
image: hugegraph/hugegraph
container_name: graph
ports:
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/quickstart/hugegraph-hubble.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Use `docker-compose up -d`,`docker-compose.yml` is following:
```yaml
version: '3'
services:
graph_hubble:
server:
image: hugegraph/hugegraph
container_name: graph
ports:
Expand Down

0 comments on commit 72579bc

Please sign in to comment.