mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user