Skip to content

Commit 7f13eb4

Browse files
authored
update doc (#4256)
1 parent 9a1fff7 commit 7f13eb4

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

deploy/docker/docker-compose-milvus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ services:
114114
# fastgpt
115115
sandbox:
116116
container_name: sandbox
117-
image: ghcr.io/labring/fastgpt-sandbox:v4.9.1 # git
118-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1 # 阿里云
117+
image: ghcr.io/labring/fastgpt-sandbox:v4.9.1-fix2 # git
118+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1-fix2 # 阿里云
119119
networks:
120120
- fastgpt
121121
restart: always
122122
fastgpt:
123123
container_name: fastgpt
124-
image: ghcr.io/labring/fastgpt:v4.9.1 # git
125-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1 # 阿里云
124+
image: ghcr.io/labring/fastgpt:v4.9.1-fix2 # git
125+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1-fix2 # 阿里云
126126
ports:
127127
- 3000:3000
128128
networks:

deploy/docker/docker-compose-pgvector.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ services:
7272
# fastgpt
7373
sandbox:
7474
container_name: sandbox
75-
image: ghcr.io/labring/fastgpt-sandbox:v4.9.1 # git
76-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1 # 阿里云
75+
image: ghcr.io/labring/fastgpt-sandbox:v4.9.1-fix2 # git
76+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1-fix2 # 阿里云
7777
networks:
7878
- fastgpt
7979
restart: always
8080
fastgpt:
8181
container_name: fastgpt
82-
image: ghcr.io/labring/fastgpt:v4.9.1 # git
83-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1 # 阿里云
82+
image: ghcr.io/labring/fastgpt:v4.9.1-fix2 # git
83+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1-fix2 # 阿里云
8484
ports:
8585
- 3000:3000
8686
networks:

deploy/docker/docker-compose-zilliz.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ services:
5353
wait $$!
5454
sandbox:
5555
container_name: sandbox
56-
image: ghcr.io/labring/fastgpt-sandbox:v4.9.1 # git
57-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1 # 阿里云
56+
image: ghcr.io/labring/fastgpt-sandbox:v4.9.1-fix2 # git
57+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.9.1-fix2 # 阿里云
5858
networks:
5959
- fastgpt
6060
restart: always
6161
fastgpt:
6262
container_name: fastgpt
63-
image: ghcr.io/labring/fastgpt:v4.9.1 # git
64-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1 # 阿里云
63+
image: ghcr.io/labring/fastgpt:v4.9.1-fix2 # git
64+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.9.1-fix2 # 阿里云
6565
ports:
6666
- 3000:3000
6767
networks:

docSite/content/zh-cn/docs/development/upgrading/491.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ weight: 799
1313

1414
### 2. 更新镜像
1515

16-
- 更新 FastGPT 镜像 tag: v4.9.1
17-
- 更新 FastGPT 商业版镜像 tag: v4.9.1
16+
- 更新 FastGPT 镜像 tag: v4.9.1-fix2
17+
- 更新 FastGPT 商业版镜像 tag: v4.9.1-fix2
1818
- Sandbox 镜像,可以不更新
1919
- AIProxy 镜像修改为: registry.cn-hangzhou.aliyuncs.com/labring/aiproxy:v0.1.3
2020

0 commit comments

Comments
 (0)