mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-22 22:28:14 -05:00
📝 Docs(custom): update docs for docker usage
This commit is contained in:
parent
4c70946dc6
commit
21cc1154ac
@ -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:
|
||||
|
||||
|
@ -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`为你自己的密钥。
|
||||
|
||||
然后运行
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user