chore(docs): fix a mistake in readme (#41)
This commit is contained in:
parent
8bf1aebaf6
commit
6bd8d2422b
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ Then you can open `http://127.0.0.1:8686` and log in with user name `qs` and pas
|
|||
```
|
||||
docker run \
|
||||
--name quickshare \
|
||||
-d -p :8686:8686 \
|
||||
-d -p 8686:8686 \
|
||||
-v `pwd`/quickshare/root:/quickshare/root \
|
||||
-e DEFAULTADMIN=qs \
|
||||
-e DEFAULTADMINPWD=1234 \
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
```
|
||||
docker run \
|
||||
--name quickshare \
|
||||
-d -p :8686:8686 \
|
||||
-d -p 8686:8686 \
|
||||
-v `pwd`/quickshare/root:/quickshare/root \
|
||||
-e DEFAULTADMIN=qs \
|
||||
-e DEFAULTADMINPWD=1234 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue