mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-02 01:02:05 +08:00
Fix docker-compose command syntax (#6701)
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user