doc: docker-compose won't start due to wrong README (#5859)

This commit is contained in:
Masashi Tomooka 2024-07-02 17:10:22 +09:00 committed by GitHub
parent a33ce09e6e
commit 6e256507d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
```bash
cd ../docker
cp .middleware.env.example .middleware.env
docker compose -f docker-compose.middleware.yaml -p dify up -d
cd ../api
```