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