📝 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 #### 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 ```bash
docker run -d \ docker run -d \
@ -123,7 +123,7 @@ services:
command: node /usr/local/bin/picgo-server -k piclist123456 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: Then run:

View File

@ -92,7 +92,7 @@ MacOS:
#### docker run #### docker run
修改`./piclist`为你自己的路径,修改`piclist123456`为你自己的密钥。 修改`./piclist`为你自己的配置文件`config.json`所在的路径,修改`piclist123456`为你自己的密钥。
```bash ```bash
docker run -d \ docker run -d \
@ -123,7 +123,7 @@ services:
command: node /usr/local/bin/picgo-server -k piclist123456 command: node /usr/local/bin/picgo-server -k piclist123456
``` ```
你可以修改`volumes`为你自己的路径,修改`command`为你自己的密钥。 你可以修改`./piclist`为你自己的配置文件`config.json`所在的路径,修改`command`为你自己的密钥。
然后运行 然后运行

View File

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