Skip to content

Commit

Permalink
refactor: Added project name to Docker Compose command (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunyue1320 authored Aug 5, 2023
1 parent 491d29c commit 5155436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```bash
cd ../docker
docker-compose -f docker-compose.middleware.yaml up -d
docker-compose -f docker-compose.middleware.yaml -p dify up -d
cd ../api
```
2. Copy `.env.example` to `.env`
Expand Down

0 comments on commit 5155436

Please sign in to comment.