-
Notifications
You must be signed in to change notification settings - Fork 7k
deploy doc #6711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy doc #6711
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -134,7 +134,7 @@ services: | |
|
|
||
| fastgpt-app: | ||
| container_name: fastgpt-app | ||
| image: ghcr.io/labring/fastgpt:v4.14.10 | ||
| image: ghcr.io/labring/fastgpt:v4.14.10.1 | ||
| ports: | ||
| - 3000:3000 | ||
|
Comment on lines
135
to
139
|
||
| networks: | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -39,7 +39,7 @@ AGENT_SANDBOX_VOLUME_MANAGER_TOKEN: *x-volume-manager-auth-token | |||||
|
|
||||||
| ### 3. 更新镜像 tag | ||||||
|
|
||||||
| - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10 | ||||||
| - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.10.1 | ||||||
| - 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10 | ||||||
|
||||||
| - 更新 fastpgt-pro(商业版) 镜像 tag: v4.14.10 | |
| - 更新 fastgpt-pro(商业版) 镜像 tag: v4.14.10 |
Copilot
AI
Apr 2, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page updates the FastGPT image tag to v4.14.10.1, but the English release notes (document/content/docs/self-host/upgrading/4-14/41410.en.mdx) still instruct v4.14.10. To avoid inconsistent upgrade guidance between locales, update the EN doc (and any other release-note references) to the same tag, or clarify why only the CN doc differs.
| - 更新 code-sandbox 镜像 tag: v4.14.10 | |
| - 更新 code-sandbox 镜像 tag: v4.14.10.1 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -174,7 +174,7 @@ | |||||
| "document/content/docs/self-host/custom-models/xinference.en.mdx": "2026-03-30T10:05:42+08:00", | ||||||
| "document/content/docs/self-host/custom-models/xinference.mdx": "2026-03-30T10:05:42+08:00", | ||||||
| "document/content/docs/self-host/deploy/docker.en.mdx": "2026-03-31T23:15:29+08:00", | ||||||
| "document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00", | ||||||
| "document/content/docs/self-host/deploy/docker.mdx": "2026-04-02T10:04:45+08:00", | ||||||
|
||||||
| "document/content/docs/self-host/deploy/docker.mdx": "2026-04-02T10:04:45+08:00", | |
| "document/content/docs/self-host/deploy/docker.mdx": "2026-03-31T23:15:29+08:00", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
image:value ends with a trailing whitespace. It’s harmless for Docker Compose, but it creates noisy diffs and can trip YAML lint/format tooling. Consider trimming the trailing spaces in the generator/templates so all generated compose files are clean.