### What problem does this PR solve? - Ensure consistent Minio deployment by pinning the image to a specific release version (RELEASE.2025-06-13T11-33-47Z) for stability and reproducibility. - #8672 ### Type of change - [x] Refactoringtags/v0.20.0
| restart: on-failure | restart: on-failure | ||||
| minio: | minio: | ||||
| image: quay.io/minio/minio | |||||
| image: quay.io/minio/minio:RELEASE.2025-06-13T11-33-47Z | |||||
| container_name: ragflow-minio | container_name: ragflow-minio | ||||
| command: server --console-address ":9001" /data | command: server --console-address ":9001" /data | ||||
| ports: | ports: |