Merge pull request #15 from LanQian528/curl_cffi

feat deploy on zeabur
This commit is contained in:
LanQian 2024-04-21 01:35:44 +08:00 committed by GitHub
commit 15936bb2d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,10 @@
## Deploy
### (推荐) zeabur部署
[![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/6HEGIZ?referralCode=LanQian528)
### 直接部署
```bash
@ -51,7 +55,7 @@ docker run -d \
lanqian528/chat2api:latest
```
### (推荐) Docker Compose部署
### (推荐可用4.0) Docker Compose部署
创建一个新的目录例如chat2api并进入该目录