fix(readme): remove incorrect part

This commit is contained in:
hexxa 2021-09-14 10:42:23 +08:00 committed by Hexxa
parent 6f84ff750a
commit 05c89234f0
2 changed files with 12 additions and 14 deletions

View file

@ -55,7 +55,6 @@ docker run \
-v `pwd`/quickshare/root:/quickshare/root \ -v `pwd`/quickshare/root:/quickshare/root \
-e DEFAULTADMIN=qs \ -e DEFAULTADMIN=qs \
-e DEFAULTADMINPWD=1234 \ -e DEFAULTADMINPWD=1234 \
--user $(id -u):$(id -g) \
hexxa/quickshare hexxa/quickshare
``` ```

View file

@ -53,7 +53,6 @@ docker run \
-v `pwd`/quickshare/root:/quickshare/root \ -v `pwd`/quickshare/root:/quickshare/root \
-e DEFAULTADMIN=qs \ -e DEFAULTADMIN=qs \
-e DEFAULTADMINPWD=1234 \ -e DEFAULTADMINPWD=1234 \
--user $(id -u):$(id -g) \
hexxa/quickshare hexxa/quickshare
``` ```