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


The following commit(s) were added to refs/heads/master by this push:
     new 7646d488b docs: revise Docker usage instructions in README (#2882)
7646d488b is described below

commit 7646d488b2b25fc7bc5491a007c42b8eeb98870b
Author: imbajin <[email protected]>
AuthorDate: Tue Sep 30 17:11:36 2025 +0800

    docs: revise Docker usage instructions in README (#2882)
    
    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