docs: fix typo in README (#2806)

This commit is contained in:
LingXiao Qi 2025-06-17 21:37:25 +08:00 committed by GitHub
parent dce7995d9a
commit 58f2d22048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Use Docker to quickly start a HugeGraph server with `RocksDB` (in the background
```
# (Optional)
# 1. add "-e PASSWORD=xxx" to enable the auth system
# 2. add "-e PRELOAD="true" to auto-load a sample graph
# 2. add "-e PRELOAD=true" to auto-load a sample graph
docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph:1.5.0
```