Skip to content

Commit

Permalink
📝 Docs(custom): update FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Jan 20, 2024
1 parent 0e81ccd commit c6dc1ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ PicList所有新功能的添加没有影响到PicGo的原有功能,所以你
PicList本体支持了如下图床:

- `七牛图床`
- `AWS S3 兼容平台`
- `腾讯云 COS`
- `又拍云`
- `GitHub`
Expand Down Expand Up @@ -125,7 +126,7 @@ PicList兼容绝大部分的PicGo插件。然而由于PicList使用了更新的e

### docker run

修改`./piclist`为你自己的路径,修改`piclist123456`为你自己的密钥。
修改 `./piclist`为你自己的路径,修改 `piclist123456`为你自己的密钥。

```bash
docker run -d \
Expand All @@ -139,7 +140,7 @@ docker run -d \

### docker-compose

下载piclist-core仓库的`docker-compose.yml`文件,或者复制以下内容到`docker-compose.yml`文件中:
下载piclist-core仓库的 `docker-compose.yml`文件,或者复制以下内容到 `docker-compose.yml`文件中:

```yaml
version: '3.3'
Expand All @@ -156,7 +157,7 @@ services:
command: node /usr/local/bin/picgo-server -k piclist123456
```
你可以修改`volumes`为你自己的路径,修改`command`为你自己的密钥。
你可以修改 `volumes`为你自己的路径,修改 `command`为你自己的密钥。

然后运行

Expand Down
1 change: 1 addition & 0 deletions FAQ_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Yes. With the newly added image hosting management function, you can upload file
PicList itself supports the following image hosting platforms:

- Qiniu Cloud
- AWS S3 compatible platform
- Tencent Cloud COS
- Upyun
- GitHub
Expand Down

0 comments on commit c6dc1ea

Please sign in to comment.