This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
refactor: Added project name to Docker Compose command (
#753
)
tags/0.3.13
舜岳
2 years ago
parent
491d29cc87
commit
51554361fc
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
api/README.md
+ 1
- 1
api/README.md
View File
@@ -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`
Write
Preview
Loading…
Cancel
Save