From 2eb5fa72d157738d1da20c40711889326c00202b Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Fri, 14 Feb 2025 12:29:16 +0800 Subject: [PATCH] update yml version --- 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 5591c76cbe9d..ab379d953bb2 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 3dd058014e15..b489cbad7b32 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 0d35c9d5f10d..f37d28152f2c 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 7d5df2377638..135ef6e8ad54 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: