@@ -151,8 +151,8 @@ services:
151
151
152
152
fastgpt :
153
153
container_name : fastgpt
154
- image : ghcr.io/labring/fastgpt:v4.12.1-fix # git
155
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.1-fix # 阿里云
154
+ image : ghcr.io/labring/fastgpt:v4.12.2 # git
155
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.2 # 阿里云
156
156
ports :
157
157
- 3000:3000
158
158
networks :
@@ -209,15 +209,15 @@ services:
209
209
- ./config.json:/app/data/config.json
210
210
sandbox :
211
211
container_name : sandbox
212
- image : ghcr.io/labring/fastgpt-sandbox:v4.12.1 # git
213
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.1 # 阿里云
212
+ image : ghcr.io/labring/fastgpt-sandbox:v4.12.2 # git
213
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.2 # 阿里云
214
214
networks :
215
215
- fastgpt
216
216
restart : always
217
217
fastgpt-mcp-server :
218
218
container_name : fastgpt-mcp-server
219
- image : ghcr.io/labring/fastgpt-mcp_server:v4.12.1 # git
220
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.1 # 阿里云
219
+ image : ghcr.io/labring/fastgpt-mcp_server:v4.12.2 # git
220
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.2 # 阿里云
221
221
ports :
222
222
- 3005:3000
223
223
networks :
@@ -226,8 +226,8 @@ services:
226
226
environment :
227
227
- FASTGPT_ENDPOINT=http://fastgpt:3000
228
228
fastgpt-plugin :
229
- image : ghcr.io/labring/fastgpt-plugin:v0.1.10 # git
230
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.10 # 阿里云
229
+ image : ghcr.io/labring/fastgpt-plugin:v0.1.11 # git
230
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.11 # 阿里云
231
231
container_name : fastgpt-plugin
232
232
restart : always
233
233
networks :
0 commit comments