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

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

commit ee221a78529447d8bf9aa40312c830b5b6cacd36
Author: imbajin <[email protected]>
AuthorDate: Thu Sep 25 17:01:41 2025 +0800

    docs: revise Docker usage instructions in README
    
    Updated Docker instructions for HugeGraph server.
---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dd50a8591..168a6eaad 100644
--- a/README.md
+++ b/README.md
@@ -37,8 +37,7 @@ Use Docker to quickly start a HugeGraph server with `RocksDB` 
(in the background
 
 ```
 # (Optional) 
-# 1. remove "-e PASSWORD=xxx" to disable the auth system
-# 2. add "-e PRELOAD=true" to auto-load a sample graph
+# - add "-e PRELOAD=true" to auto-load a sample graph
 docker run -itd --name=graph -e PASSWORD=xxx -p 8080:8080 
hugegraph/hugegraph:1.5.0
 ```
 

Reply via email to