This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push: new 8fb4563e fix: hugegraph-server.md chapter 5.2.2 (#404) 8fb4563e is described below commit 8fb4563e2c8c8308e8d31aec85f52a4f5e99f509 Author: benny066567 <benny066...@163.com> AuthorDate: Wed Jun 4 21:36:29 2025 +0800 fix: hugegraph-server.md chapter 5.2.2 (#404) Chapter 5.2.2 has an indentation issue in the docker-compose.yml code. --- content/cn/docs/quickstart/hugegraph-server.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/cn/docs/quickstart/hugegraph-server.md b/content/cn/docs/quickstart/hugegraph-server.md index 1ef83d28..d6a62843 100644 --- a/content/cn/docs/quickstart/hugegraph-server.md +++ b/content/cn/docs/quickstart/hugegraph-server.md @@ -529,16 +529,16 @@ volumes: ```yaml version: '3' - services: - server: - image: hugegraph/hugegraph:1.5.0 - container_name: server - environment: - - PRELOAD=true - volumes: - - /path/to/yourscript:/hugegraph/scripts/example.groovy - ports: - - 8080:8080 + services: + server: + image: hugegraph/hugegraph:1.5.0 + container_name: server + environment: + - PRELOAD=true + volumes: + - /path/to/yourscript:/hugegraph/scripts/example.groovy + ports: + - 8080:8080 ``` 使用命令 `docker-compose up -d` 启动容器