docs: fix typo in README (#2806)
This commit is contained in:
parent
dce7995d9a
commit
58f2d22048
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue