mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Refa: Update Minio image to specific release version in docker-compose-base.yml (#8693)
### 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] Refactoring
This commit is contained in:
@ -164,7 +164,7 @@ services:
|
||||
restart: on-failure
|
||||
|
||||
minio:
|
||||
image: quay.io/minio/minio
|
||||
image: quay.io/minio/minio:RELEASE.2025-06-13T11-33-47Z
|
||||
container_name: ragflow-minio
|
||||
command: server --console-address ":9001" /data
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user