From 8d766372fe4459993f99349bacffcae59206ab73 Mon Sep 17 00:00:00 2001 From: Archer <545436317@qq.com> Date: Thu, 20 Feb 2025 10:40:00 +0800 Subject: [PATCH] update doc (#3840) * update doc * update doc --- .../content/zh-cn/docs/development/upgrading/4822.md | 6 +++--- files/docker/docker-compose-milvus.yml | 10 +++++----- files/docker/docker-compose-pgvector.yml | 10 +++++----- files/docker/docker-compose-zilliz.yml | 10 +++++----- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docSite/content/zh-cn/docs/development/upgrading/4822.md b/docSite/content/zh-cn/docs/development/upgrading/4822.md index b5daab8de..8f7c70a0c 100644 --- a/docSite/content/zh-cn/docs/development/upgrading/4822.md +++ b/docSite/content/zh-cn/docs/development/upgrading/4822.md @@ -1,5 +1,5 @@ --- -title: 'V4.8.22(进行中)' +title: 'V4.8.22(包含升级脚本)' description: 'FastGPT V4.8.22 更新说明' icon: 'upgrade' draft: false @@ -13,8 +13,8 @@ weight: 802 ### 2. 更新镜像: -- 更新 fastgpt 镜像 tag: v4.8.22-alpha -- 更新 fastgpt-pro 商业版镜像 tag: v4.8.22-alpha +- 更新 fastgpt 镜像 tag: v4.8.22 +- 更新 fastgpt-pro 商业版镜像 tag: v4.8.22 - Sandbox 镜像无需更新 ### 3. 运行升级脚本 diff --git a/files/docker/docker-compose-milvus.yml b/files/docker/docker-compose-milvus.yml index b489cbad7..066b03a60 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.21-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.21-fix # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.8.22 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.22 # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.21-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.21-fix # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.22 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.22 # 阿里云 ports: - 3000:3000 networks: @@ -133,7 +133,7 @@ services: - sandbox restart: always environment: - # 前端访问地址: http://localhost:3000 + # 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host。 - FE_DOMAIN= # root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。 - DEFAULT_ROOT_PSW=1234 diff --git a/files/docker/docker-compose-pgvector.yml b/files/docker/docker-compose-pgvector.yml index f37d28152..3280b4019 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-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.21-fix # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.8.22 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.22 # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.21-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.21-fix # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.22 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.22 # 阿里云 ports: - 3000:3000 networks: @@ -91,7 +91,7 @@ services: - sandbox restart: always environment: - # 前端访问地址: http://localhost:3000 + # 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host。 - FE_DOMAIN= # root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。 - DEFAULT_ROOT_PSW=1234 diff --git a/files/docker/docker-compose-zilliz.yml b/files/docker/docker-compose-zilliz.yml index 135ef6e8a..5f313cee1 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.21-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.21-fix # 阿里云 + image: ghcr.io/labring/fastgpt-sandbox:v4.8.22 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.22 # 阿里云 networks: - fastgpt restart: always fastgpt: container_name: fastgpt - image: ghcr.io/labring/fastgpt:v4.8.21-fix # git - # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.21-fix # 阿里云 + image: ghcr.io/labring/fastgpt:v4.8.22 # git + # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.22 # 阿里云 ports: - 3000:3000 networks: @@ -71,7 +71,7 @@ services: - sandbox restart: always environment: - # 前端访问地址: http://localhost:3000 + # 前端外部可访问的地址,用于自动补全文件资源路径。例如 https:fastgpt.cn,不能填 localhost。这个值可以不填,不填则发给模型的图片会是一个相对路径,而不是全路径,模型可能伪造Host。 - FE_DOMAIN= # root 密码,用户名为: root。如果需要修改 root 密码,直接修改这个环境变量,并重启即可。 - DEFAULT_ROOT_PSW=1234