From c66f65ab44a7608cf2f8765c8f01804351c26c01 Mon Sep 17 00:00:00 2001 From: hexxa Date: Wed, 9 Feb 2022 21:04:28 +0800 Subject: [PATCH] chore(readme): update docker script and link to the doc --- README.md | 3 +-- docs/README_zh-cn.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6de7461..c5c4828 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ 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 \ --u 8686:8686 \ -v `pwd`/quickshare/root:/quickshare/root \ -e DEFAULTADMIN=qs \ -e DEFAULTADMINPWD=1234 \ @@ -70,7 +69,7 @@ hexxa/quickshare - `DEFAULTADMIN` is the default user name - `DEFAULTADMINPWD` is the default user password - `/quickshare/root` is where the Quickshare stores files and directories. -- `-u 8686:8686` is specifying the user(uid=8686) and the group(gid=8686) to start the Quickshare, which are predefined in the image +- Please refer to [this doc](./docs/doc.md) if you want to manage files and folders from OS. ### Run from source code diff --git a/docs/README_zh-cn.md b/docs/README_zh-cn.md index ad16633..b73ecb2 100644 --- a/docs/README_zh-cn.md +++ b/docs/README_zh-cn.md @@ -68,7 +68,7 @@ hexxa/quickshare - `DEFAULTADMIN` 是默认的用户名 - `DEFAULTADMINPWD` 是默认的用户密码 - `/quickshare/root` 是 Quickshare 保存文件和目录的地方 -- `-u 8686:8686` 指定了用户(uid=8686)和组(gid=8686)来启动Quickshare,它们已经在镜像中被预定义 +- 如果你想同时在操作系统管理文件和文件夹,请参考 [这个文档](./docs/doc.md) ### 运行源代码