Update MinIO configuration in docker-compose.yml

- Changed environment variable names from MINIO_ACCESS_KEY and MINIO_SECRET_KEY to MINIO_USER and MINIO_PASSWORD for clarity and consistency in service configuration.
This commit is contained in:
Yury Kossakovsky
2025-10-29 19:15:30 -06:00
parent c8838f0e03
commit c68c419fed

View File

@@ -831,8 +831,8 @@ services:
- DOC_ENGINE=infinity
- MINIO_HOST=ragflow-minio
- MINIO_PORT=9000
- MINIO_ACCESS_KEY=minio
- MINIO_SECRET_KEY=${RAGFLOW_MINIO_ROOT_PASSWORD}
- MINIO_USER=minio
- MINIO_PASSWORD=${RAGFLOW_MINIO_ROOT_PASSWORD}
- MINIO_BUCKET=ragflow
volumes:
- ragflow_data:/ragflow