Fix docker command (#5681)

This commit is contained in:
William Espegren 2024-06-27 19:23:01 +02:00 committed by GitHub
parent 2b080b5cfc
commit f9e4b4e74c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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