refactor: Added project name to Docker Compose command (#753)
This commit is contained in:
parent
491d29cc87
commit
51554361fc
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ../docker
|
cd ../docker
|
||||||
docker-compose -f docker-compose.middleware.yaml up -d
|
docker-compose -f docker-compose.middleware.yaml -p dify up -d
|
||||||
cd ../api
|
cd ../api
|
||||||
```
|
```
|
||||||
2. Copy `.env.example` to `.env`
|
2. Copy `.env.example` to `.env`
|
||||||
|
Loading…
Reference in New Issue
Block a user