Skip to content

Commit 1797559

Browse files
committed
update doc
1 parent 8b0d09e commit 1797559

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

deploy/docker/docker-compose-milvus.yml

Lines changed: 6 additions & 6 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.10.0 # git
155-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
154+
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
155+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
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.0 # git
213-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
212+
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
213+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
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.0 # git
220-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
219+
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
220+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
221221
ports:
222222
- 3005:3000
223223
networks:

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

Lines changed: 6 additions & 6 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.10.0 # git
130-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
129+
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
130+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
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.0 # git
187-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
186+
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
187+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
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.0 # git
194-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
193+
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
194+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
195195
ports:
196196
- 3005:3000
197197
networks:

deploy/docker/docker-compose-pgvector.yml

Lines changed: 6 additions & 6 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.10.0 # git
116-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
115+
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
116+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
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.0 # git
173-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
172+
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
173+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
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.0 # git
180-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
179+
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
180+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
181181
ports:
182182
- 3005:3000
183183
networks:

deploy/docker/docker-compose-zilliz.yml

Lines changed: 6 additions & 6 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.10.0 # git
96-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
95+
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
96+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
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.0 # git
155-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
154+
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
155+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
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.0 # git
162-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
161+
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
162+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
163163
ports:
164164
- 3005:3000
165165
networks:

deploy/docker/yml.js

Lines changed: 6 additions & 6 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.10.0 # git
99-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0 # 阿里云
98+
image: ghcr.io/labring/fastgpt:v4.10.0-fix # git
99+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.10.0-fix # 阿里云
100100
ports:
101101
- 3000:3000
102102
networks:
@@ -152,15 +152,15 @@ services:
152152
- ./config.json:/app/data/config.json
153153
sandbox:
154154
container_name: sandbox
155-
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0 # git
156-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0 # 阿里云
155+
image: ghcr.io/labring/fastgpt-sandbox:v4.10.0-fix # git
156+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.10.0-fix # 阿里云
157157
networks:
158158
- fastgpt
159159
restart: always
160160
fastgpt-mcp-server:
161161
container_name: fastgpt-mcp-server
162-
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0 # git
163-
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0 # 阿里云
162+
image: ghcr.io/labring/fastgpt-mcp_server:v4.10.0-fix # git
163+
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.10.0-fix # 阿里云
164164
ports:
165165
- 3005:3000
166166
networks:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ weight: 785
2020
PLUGIN_BASE_URL=http://fastgpt-plugin:3000
2121
PLUGIN_TOKEN=刚修改的 AUTH_TOKEN 值
2222
```
23-
- 更新`fastgpt``fastgpt-pro`镜像 tag: v4.10.0
23+
- 更新`fastgpt``fastgpt-pro`镜像 tag: v4.10.0-fix
2424
- `docker-compose up -d`启动/更新所有服务。
2525

2626
### Sealos 版本
@@ -47,7 +47,7 @@ MINIO_SECRET_KEY=Secret Key
4747
MINIO_BUCKET=存储桶名
4848
```
4949

50-
- 更新`fastgpt``fastgpt-pro`(商业版)容器的环境变量以及镜像 tag: v4.10.0
50+
- 更新`fastgpt``fastgpt-pro`(商业版)容器的环境变量以及镜像 tag: v4.10.0-fix
5151

5252
```
5353
PLUGIN_BASE_URL=fastgpt-plugin 服务的内网地址

0 commit comments

Comments
 (0)