We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce7995 commit 58f2d22Copy full SHA for 58f2d22
README.md
@@ -40,7 +40,7 @@ Use Docker to quickly start a HugeGraph server with `RocksDB` (in the background
40
```
41
# (Optional)
42
# 1. add "-e PASSWORD=xxx" to enable the auth system
43
-# 2. add "-e PRELOAD="true" to auto-load a sample graph
+# 2. add "-e PRELOAD=true" to auto-load a sample graph
44
docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph:1.5.0
45
46
0 commit comments