This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git


The following commit(s) were added to refs/heads/main by this push:
     new 409fc12  docs: update with `docker compose` command (#283)
409fc12 is described below

commit 409fc12ee532455e5b165ec1f18179988e76c5d5
Author: Zhangjian He <[email protected]>
AuthorDate: Fri Jul 11 17:55:49 2025 +0800

    docs: update with `docker compose` command (#283)
    
    Signed-off-by: Zhangjian He <[email protected]>
    Co-authored-by: imbajin <[email protected]>
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 268925c..4d1ccbe 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,8 @@ cd incubator-hugegraph-ai
 cp docker/env.template docker/.env
 # Edit docker/.env to set your PROJECT_PATH
 cd docker
-docker-compose -f docker-compose-network.yml up -d
+# same as `docker-compose` (Legacy)
+docker compose -f docker-compose-network.yml up -d
 
 # Access services:
 # - HugeGraph Server: http://localhost:8080

Reply via email to