Skip to content

Commit 7646d48

Browse files
authored
docs: revise Docker usage instructions in README (#2882)
Updated Docker instructions for HugeGraph server.
1 parent da6b123 commit 7646d48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ Use Docker to quickly start a HugeGraph server with `RocksDB` (in the background
3737

3838
```
3939
# (Optional)
40-
# 1. remove "-e PASSWORD=xxx" to disable the auth system
41-
# 2. add "-e PRELOAD=true" to auto-load a sample graph
40+
# - add "-e PRELOAD=true" to auto-load a sample graph
4241
docker run -itd --name=graph -e PASSWORD=xxx -p 8080:8080 hugegraph/hugegraph:1.5.0
4342
```
4443

0 commit comments

Comments
 (0)