mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 05:09:19 +08:00
refactor: Added project name to Docker Compose command (#753)
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user