Commit 7049167c by Deepturn Committed by GitHub

Fix docker-compose command syntax (#6701)

parent 8e248d7b
...@@ -173,7 +173,7 @@ bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh) ...@@ -173,7 +173,7 @@ bash <(curl -fsSL https://doc.fastgpt.cn/deploy/install.sh)
```bash ```bash
# 启动容器 # 启动容器
docker compose --profile prepull pull agent-sandbox-image && dockercompose up -d docker compose --profile prepull pull agent-sandbox-image && docker compose up -d
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment