📝 Docs(custom): update docs for docker usage

This commit is contained in:
Kuingsmile 2024-02-18 22:05:21 -08:00
parent 4c70946dc6
commit 21cc1154ac
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -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`为你自己的密钥。
然后运行

View File

@ -1,5 +1,5 @@
<template>
<div id="picgo-setting">
<div id="piclist-setting">
<el-row
class="view-title"
align="middle"
@ -2535,7 +2535,7 @@ export default {
color #49B1F5
.el-tabs__item
color:white
#picgo-setting
#piclist-setting
height 100%
position absolute
left 142px