File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -114,15 +114,15 @@ services:
114
114
# fastgpt
115
115
sandbox :
116
116
container_name : sandbox
117
- image : ghcr.io/labring/fastgpt-sandbox:v4.8.14 # git
118
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.14 # 阿里云
117
+ image : ghcr.io/labring/fastgpt-sandbox:v4.8.15 # git
118
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.15 # 阿里云
119
119
networks :
120
120
- fastgpt
121
121
restart : always
122
122
fastgpt :
123
123
container_name : fastgpt
124
- image : ghcr.io/labring/fastgpt:v4.8.14-milvus-fix # git
125
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.14-milvus-fix # 阿里云
124
+ image : ghcr.io/labring/fastgpt:v4.8.15 # git
125
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.15 # 阿里云
126
126
ports :
127
127
- 3000:3000
128
128
networks :
Original file line number Diff line number Diff line change @@ -72,15 +72,15 @@ services:
72
72
# fastgpt
73
73
sandbox :
74
74
container_name : sandbox
75
- image : ghcr.io/labring/fastgpt-sandbox:v4.8.13 # git
76
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.13 # 阿里云
75
+ image : ghcr.io/labring/fastgpt-sandbox:v4.8.15 # git
76
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.15 # 阿里云
77
77
networks :
78
78
- fastgpt
79
79
restart : always
80
80
fastgpt :
81
81
container_name : fastgpt
82
- image : ghcr.io/labring/fastgpt:v4.8.14 # git
83
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.14 # 阿里云
82
+ image : ghcr.io/labring/fastgpt:v4.8.15 # git
83
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.15 # 阿里云
84
84
ports :
85
85
- 3000:3000
86
86
networks :
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ services:
53
53
wait $$!
54
54
sandbox :
55
55
container_name : sandbox
56
- image : ghcr.io/labring/fastgpt-sandbox:v4.8.14 # git
57
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.14 # 阿里云
56
+ image : ghcr.io/labring/fastgpt-sandbox:v4.8.15 # git
57
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.8.15 # 阿里云
58
58
networks :
59
59
- fastgpt
60
60
restart : always
61
61
fastgpt :
62
62
container_name : fastgpt
63
- image : ghcr.io/labring/fastgpt:v4.8.14-milvus-fix # git
64
- # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.14-milvus-fix # 阿里云
63
+ image : ghcr.io/labring/fastgpt:v4.8.15 # git
64
+ # image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.8.15 # 阿里云
65
65
ports :
66
66
- 3000:3000
67
67
networks :
You can’t perform that action at this time.
0 commit comments