fix: handle redis authentication for healthcheck command (#10907)

This commit is contained in:
shisaru292
2024-11-20 20:10:51 +08:00
committed by GitHub
parent 99b0369f1b
commit b42b333a72
4 changed files with 9 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ Welcome to the new `docker` directory for deploying Dify using Docker Compose. T
- Navigate to the `docker` directory.
- Ensure the `middleware.env` file is created by running `cp middleware.env.example middleware.env` (refer to the `middleware.env.example` file).
2. **Running Middleware Services**:
- Execute `docker-compose -f docker-compose.middleware.yaml up -d` to start the middleware services.
- Execute `docker-compose -f docker-compose.middleware.yaml up --env-file middleware.env -d` to start the middleware services.
### Migration for Existing Users