Skip to content

Commit 06d36e9

Browse files
committed
doc
1 parent 17599d9 commit 06d36e9

File tree

6 files changed

+36
-36
lines changed

6 files changed

+36
-36
lines changed

deploy/docker/docker-compose-milvus.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ services:
151151

152152
fastgpt:
153153
container_name: fastgpt
154-
image: ghcr.io/labring/fastgpt:v4.11.0 # git
155-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
154+
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
155+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
156156
ports:
157157
- 3000:3000
158158
networks:
@@ -209,15 +209,15 @@ services:
209209
- ./config.json:/app/data/config.json
210210
sandbox:
211211
container_name: sandbox
212-
image: ghcr.io/labring/fastgpt-sandbox:v4.10.1 # git
213-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.1 # 阿里云
212+
image: ghcr.io/labring/fastgpt-sandbox:v4.11.1 # git
213+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.11.1 # 阿里云
214214
networks:
215215
- fastgpt
216216
restart: always
217217
fastgpt-mcp-server:
218218
container_name: fastgpt-mcp-server
219-
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.1 # git
220-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.1 # 阿里云
219+
image: ghcr.io/labring/fastgpt-mcp_server:v4.11.1 # git
220+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.11.1 # 阿里云
221221
ports:
222222
- 3005:3000
223223
networks:
@@ -226,8 +226,8 @@ services:
226226
environment:
227227
- FASTGPT_ENDPOINT=http://fastgpt:3000
228228
fastgpt-plugin:
229-
image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git
230-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云
229+
image: ghcr.io/labring/fastgpt-plugin:v0.1.7 # git
230+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.7 # 阿里云
231231
container_name: fastgpt-plugin
232232
restart: always
233233
networks:

deploy/docker/docker-compose-oceanbase/docker-compose.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ services:
126126

127127
fastgpt:
128128
container_name: fastgpt
129-
image: ghcr.io/labring/fastgpt:v4.11.0 # git
130-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
129+
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
130+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
131131
ports:
132132
- 3000:3000
133133
networks:
@@ -183,15 +183,15 @@ services:
183183
- ./config.json:/app/data/config.json
184184
sandbox:
185185
container_name: sandbox
186-
image: ghcr.io/labring/fastgpt-sandbox:v4.10.1 # git
187-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.1 # 阿里云
186+
image: ghcr.io/labring/fastgpt-sandbox:v4.11.1 # git
187+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.11.1 # 阿里云
188188
networks:
189189
- fastgpt
190190
restart: always
191191
fastgpt-mcp-server:
192192
container_name: fastgpt-mcp-server
193-
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.1 # git
194-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.1 # 阿里云
193+
image: ghcr.io/labring/fastgpt-mcp_server:v4.11.1 # git
194+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.11.1 # 阿里云
195195
ports:
196196
- 3005:3000
197197
networks:
@@ -200,8 +200,8 @@ services:
200200
environment:
201201
- FASTGPT_ENDPOINT=http://fastgpt:3000
202202
fastgpt-plugin:
203-
image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git
204-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云
203+
image: ghcr.io/labring/fastgpt-plugin:v0.1.7 # git
204+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.7 # 阿里云
205205
container_name: fastgpt-plugin
206206
restart: always
207207
networks:

deploy/docker/docker-compose-pgvector.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ services:
112112

113113
fastgpt:
114114
container_name: fastgpt
115-
image: ghcr.io/labring/fastgpt:v4.11.0 # git
116-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
115+
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
116+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
117117
ports:
118118
- 3000:3000
119119
networks:
@@ -169,15 +169,15 @@ services:
169169
- ./config.json:/app/data/config.json
170170
sandbox:
171171
container_name: sandbox
172-
image: ghcr.io/labring/fastgpt-sandbox:v4.10.1 # git
173-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.1 # 阿里云
172+
image: ghcr.io/labring/fastgpt-sandbox:v4.11.1 # git
173+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.11.1 # 阿里云
174174
networks:
175175
- fastgpt
176176
restart: always
177177
fastgpt-mcp-server:
178178
container_name: fastgpt-mcp-server
179-
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.1 # git
180-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.1 # 阿里云
179+
image: ghcr.io/labring/fastgpt-mcp_server:v4.11.1 # git
180+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.11.1 # 阿里云
181181
ports:
182182
- 3005:3000
183183
networks:
@@ -186,8 +186,8 @@ services:
186186
environment:
187187
- FASTGPT_ENDPOINT=http://fastgpt:3000
188188
fastgpt-plugin:
189-
image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git
190-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云
189+
image: ghcr.io/labring/fastgpt-plugin:v0.1.7 # git
190+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.7 # 阿里云
191191
container_name: fastgpt-plugin
192192
restart: always
193193
networks:

deploy/docker/docker-compose-zilliz.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ services:
9292

9393
fastgpt:
9494
container_name: fastgpt
95-
image: ghcr.io/labring/fastgpt:v4.11.0 # git
96-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.0 # 阿里云
95+
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
96+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
9797
ports:
9898
- 3000:3000
9999
networks:
@@ -151,15 +151,15 @@ services:
151151
- ./config.json:/app/data/config.json
152152
sandbox:
153153
container_name: sandbox
154-
image: ghcr.io/labring/fastgpt-sandbox:v4.10.1 # git
155-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.1 # 阿里云
154+
image: ghcr.io/labring/fastgpt-sandbox:v4.11.1 # git
155+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.11.1 # 阿里云
156156
networks:
157157
- fastgpt
158158
restart: always
159159
fastgpt-mcp-server:
160160
container_name: fastgpt-mcp-server
161-
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.1 # git
162-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.1 # 阿里云
161+
image: ghcr.io/labring/fastgpt-mcp_server:v4.11.1 # git
162+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.11.1 # 阿里云
163163
ports:
164164
- 3005:3000
165165
networks:
@@ -168,8 +168,8 @@ services:
168168
environment:
169169
- FASTGPT_ENDPOINT=http://fastgpt:3000
170170
fastgpt-plugin:
171-
image: ghcr.io/labring/fastgpt-plugin:v0.1.5 # git
172-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.5 # 阿里云
171+
image: ghcr.io/labring/fastgpt-plugin:v0.1.7 # git
172+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.7 # 阿里云
173173
container_name: fastgpt-plugin
174174
restart: always
175175
networks:

deploy/docker/yml.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ services:
9595
9696
fastgpt:
9797
container_name: fastgpt
98-
image: ghcr.io/labring/fastgpt:v4.11.1 # git
99-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1 # 阿里云
98+
image: ghcr.io/labring/fastgpt:v4.11.1-fix2 # git
99+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.11.1-fix2 # 阿里云
100100
ports:
101101
- 3000:3000
102102
networks:

document/content/docs/upgrading/4-11/4111.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: 'FastGPT V4.11.1 更新说明'
77

88
### 1. 更新镜像:
99

10-
- 更新 FastGPT 镜像tag: v4.11.1
11-
- 更新 FastGPT 商业版镜像tag: v4.11.1
10+
- 更新 FastGPT 镜像tag: v4.11.1-fix2
11+
- 更新 FastGPT 商业版镜像tag: v4.11.1-fix
1212
- 更新 fastgpt-plugin 镜像 tag: v0.1.7
1313
- mcp_server 无需更新
1414
- Sandbox 无需更新

0 commit comments

Comments
 (0)