mirror of https://github.com/langgenius/dify.git
Fix docker command (#5681)
This commit is contained in:
parent
2b080b5cfc
commit
f9e4b4e74c
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
```bash
|
||||
cd ../docker
|
||||
docker-compose -f docker-compose.middleware.yaml -p dify up -d
|
||||
docker compose -f docker-compose.middleware.yaml -p dify up -d
|
||||
cd ../api
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue