Fix docker-compose command syntax (#6701)

This commit is contained in:
Deepturn
2026-04-02 10:04:45 +08:00
committed by GitHub
parent 8e248d7bed
commit 7049167c88
@@ -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
```