From 18aff8b8dbc6f35db422967110c1513662828c1c Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Fri, 14 Feb 2025 12:50:54 +0800 Subject: [PATCH] update yml version (#3787) --- docSite/content/zh-cn/docs/development/upgrading/4821.md | 4 ++-- files/docker/docker-compose-milvus.yml | 8 ++++---- files/docker/docker-compose-pgvector.yml | 8 ++++---- files/docker/docker-compose-zilliz.yml | 8 ++++---- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docSite/content/zh-cn/docs/development/upgrading/4821.md b/docSite/content/zh-cn/docs/development/upgrading/4821.md index 5591c76cb..ab379d953 100644 --- a/docSite/content/zh-cn/docs/development/upgrading/4821.md +++ b/docSite/content/zh-cn/docs/development/upgrading/4821.md @@ -13,8 +13,8 @@ weight: 803 ### 2. 更新镜像: -- 更新 fastgpt 镜像 tag: v4.8.21 -- 更新 fastgpt-pro 商业版镜像 tag: v4.8.21 +- 更新 fastgpt 镜像 tag: v4.8.21-fix +- 更新 fastgpt-pro 商业版镜像 tag: v4.8.21-fix - Sandbox 镜像无需更新 ## 完整更新内容 diff --git a/files/docker/docker-compose-milvus.yml b/files/docker/docker-compose-milvus.yml index 3dd058014..b489cbad7 100644 --- a/files/docker/docker-compose-milvus.yml +++ b/files/docker/docker-compose-milvus.yml @@ -114,15 +114,15 @@ services: # fastgpt sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.20-fix2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.20-fix2 # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.8.21-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.21-fix # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.20-fix2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.20-fix2 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.21-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.21-fix # 阿里云 ports: - 3000:3000 networks: diff --git a/files/docker/docker-compose-pgvector.yml b/files/docker/docker-compose-pgvector.yml index 0d35c9d5f..f37d28152 100644 --- a/files/docker/docker-compose-pgvector.yml +++ b/files/docker/docker-compose-pgvector.yml @@ -72,15 +72,15 @@ services: # fastgpt sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.21 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.21 # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.8.21-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.21-fix # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.21 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.21 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.21-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.21-fix # 阿里云 ports: - 3000:3000 networks: diff --git a/files/docker/docker-compose-zilliz.yml b/files/docker/docker-compose-zilliz.yml index 7d5df2377..135ef6e8a 100644 --- a/files/docker/docker-compose-zilliz.yml +++ b/files/docker/docker-compose-zilliz.yml @@ -53,15 +53,15 @@ services: wait $$! sandbox: container_name: sandbox - image: ghcr.io/labring/fastgpt-sandbox:v4.8.20-fix2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.20-fix2 # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.8.21-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.21-fix # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.20-fix2 # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.20-fix2 # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.21-fix # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.21-fix # 阿里云 ports: - 3000:3000 networks: