From 6867c6e659dc4acc289215cea4c1a56cf74caeb6 Mon Sep 17 00:00:00 2001 From: Deepturn <33342819+Deepturn@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:55:45 +0800 Subject: [PATCH] Fix docker-compose command syntax (#6777) --- 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 420415fc42..8ccc8ff44a 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 opensandbox-agent-sandbox-image opensandbox-execd-image opensandbox-egress-image && dockercompose up -d +docker compose --profile prepull pull opensandbox-agent-sandbox-image opensandbox-execd-image opensandbox-egress-image && docker compose up -d ```