From 7049167c8852ca8e172b22be80b11d8190e9b2ef Mon Sep 17 00:00:00 2001 From: Deepturn <33342819+Deepturn@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:04:45 +0800 Subject: [PATCH] Fix docker-compose command syntax (#6701) --- document/content/docs/self-host/deploy/docker.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/content/docs/self-host/deploy/docker.mdx b/document/content/docs/self-host/deploy/docker.mdx index 7f5047e872..4c6eebd99f 100644 --- a/document/content/docs/self-host/deploy/docker.mdx +++ b/document/content/docs/self-host/deploy/docker.mdx @@ -173,7 +173,7 @@ bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh) ```bash # 启动容器 -docker compose --profile prepull pull agent-sandbox-image && dockercompose up -d +docker compose --profile prepull pull agent-sandbox-image && docker compose up -d ```