chore(docs): fix a mistake in readme (#41)

This commit is contained in:
Hexxa 2021-03-04 15:28:39 +08:00 committed by GitHub
parent 8bf1aebaf6
commit 6bd8d2422b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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 \