From 21cc1154ac99f08b66ea7f2bd241adbb3b2992a8 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Sun, 18 Feb 2024 22:05:21 -0800 Subject: [PATCH] :pencil: Docs(custom): update docs for docker usage --- README.md | 4 ++-- README_cn.md | 4 ++-- src/renderer/pages/PicGoSetting.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e279ca9..8f71af9 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ In the community plugins, search for and install the Image auto upload Plugin. N #### docker run -Change the `./piclist` to your own path, and change the `piclist123456` to your own secret key. +Change the `./piclist` to your own path, this is the path where you put your `config.json` file, and change the `piclist123456` to your own secret key. ```bash docker run -d \ @@ -123,7 +123,7 @@ services: command: node /usr/local/bin/picgo-server -k piclist123456 ``` -You can change the `volumes` to your own path and change the `command` to your own secret key. +You can change the `./piclist` to your own path, this is the path where you put your `config.json` file, and change the `command` to your own secret key. Then run: diff --git a/README_cn.md b/README_cn.md index 05f4035..3568fb0 100644 --- a/README_cn.md +++ b/README_cn.md @@ -92,7 +92,7 @@ MacOS: #### docker run -修改`./piclist`为你自己的路径,修改`piclist123456`为你自己的密钥。 +修改`./piclist`为你自己的配置文件`config.json`所在的路径,修改`piclist123456`为你自己的密钥。 ```bash docker run -d \ @@ -123,7 +123,7 @@ services: command: node /usr/local/bin/picgo-server -k piclist123456 ``` -你可以修改`volumes`为你自己的路径,修改`command`为你自己的密钥。 +你可以修改`./piclist`为你自己的配置文件`config.json`所在的路径,修改`command`为你自己的密钥。 然后运行 diff --git a/src/renderer/pages/PicGoSetting.vue b/src/renderer/pages/PicGoSetting.vue index 2646bc1..0103123 100644 --- a/src/renderer/pages/PicGoSetting.vue +++ b/src/renderer/pages/PicGoSetting.vue @@ -1,5 +1,5 @@