diff --git a/README.md b/README.md index 7f309a5..79c6d53 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,12 @@ 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 \ - -v `pwd`/quickshare/root:/quickshare/root \ - -e DEFAULTADMIN=qs \ - -e DEFAULTADMINPWD=1234 \ - --user $(id -u):$(id -g) \ - hexxa/quickshare +--name quickshare \ +-d -p 8686:8686 \ +-v `pwd`/quickshare/root:/quickshare/root \ +-e DEFAULTADMIN=qs \ +-e DEFAULTADMINPWD=1234 \ +hexxa/quickshare ``` - `DEFAULTADMIN` is the default user name diff --git a/docs/README_zh-cn.md b/docs/README_zh-cn.md index 2f2eef3..127d8e1 100644 --- a/docs/README_zh-cn.md +++ b/docs/README_zh-cn.md @@ -48,13 +48,12 @@ ``` docker run \ - --name quickshare \ - -d -p 8686:8686 \ - -v `pwd`/quickshare/root:/quickshare/root \ - -e DEFAULTADMIN=qs \ - -e DEFAULTADMINPWD=1234 \ - --user $(id -u):$(id -g) \ - hexxa/quickshare +--name quickshare \ +-d -p 8686:8686 \ +-v `pwd`/quickshare/root:/quickshare/root \ +-e DEFAULTADMIN=qs \ +-e DEFAULTADMINPWD=1234 \ +hexxa/quickshare ``` - `DEFAULTADMIN` 是默认的用户名