📝 Docs(custom): update FAQ

This commit is contained in:
Kuingsmile 2024-01-20 00:48:40 -08:00
parent 0e81ccdf81
commit c6dc1ea73e
2 changed files with 5 additions and 3 deletions

7
FAQ.md
View File

@ -45,6 +45,7 @@ PicList所有新功能的添加没有影响到PicGo的原有功能所以你
PicList本体支持了如下图床 PicList本体支持了如下图床
- `七牛图床` - `七牛图床`
- `AWS S3 兼容平台`
- `腾讯云 COS` - `腾讯云 COS`
- `又拍云` - `又拍云`
- `GitHub` - `GitHub`
@ -125,7 +126,7 @@ PicList兼容绝大部分的PicGo插件。然而由于PicList使用了更新的e
### docker run ### docker run
修改`./piclist`为你自己的路径,修改`piclist123456`为你自己的密钥。 修改 `./piclist`为你自己的路径,修改 `piclist123456`为你自己的密钥。
```bash ```bash
docker run -d \ docker run -d \
@ -139,7 +140,7 @@ docker run -d \
### docker-compose ### docker-compose
下载piclist-core仓库的`docker-compose.yml`文件,或者复制以下内容到`docker-compose.yml`文件中: 下载piclist-core仓库的 `docker-compose.yml`文件,或者复制以下内容到 `docker-compose.yml`文件中:
```yaml ```yaml
version: '3.3' version: '3.3'
@ -156,7 +157,7 @@ services:
command: node /usr/local/bin/picgo-server -k piclist123456 command: node /usr/local/bin/picgo-server -k piclist123456
``` ```
你可以修改`volumes`为你自己的路径,修改`command`为你自己的密钥。 你可以修改 `volumes`为你自己的路径,修改 `command`为你自己的密钥。
然后运行 然后运行

View File

@ -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: PicList itself supports the following image hosting platforms:
- Qiniu Cloud - Qiniu Cloud
- AWS S3 compatible platform
- Tencent Cloud COS - Tencent Cloud COS
- Upyun - Upyun
- GitHub - GitHub