From 4337b50cd24cb09c8f688da44e4ef6e10cae0a7f Mon Sep 17 00:00:00 2001 From: LanQian <5499636+LanQian528@users.noreply.github.com> Date: Sun, 21 Apr 2024 01:34:18 +0800 Subject: [PATCH] feat deploy on zeabur --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e14790f..472fe16 100644 --- a/README.md +++ b/README.md @@ -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,并进入该目录: