File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
docSite/content/zh-cn/docs/development/upgrading Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments