mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Replace MinIO official image with pgsty/minio fork (#13896)
## Summary - Replace `quay.io/minio/minio` with `pgsty/minio` community fork in `docker/docker-compose-base.yml` MinIO stopped distributing pre-built Docker images and changed its license. The pgsty/minio fork provides drop-in compatible images under AGPLv3. Closes #13840 ## Test plan - [x] Verify `docker compose -f docker/docker-compose-base.yml up -d` pulls the pgsty/minio image successfully - [ ] Verify MinIO console accessible on port 9001 - [ ] Verify RAGFlow backend can connect to MinIO and perform file operations normally 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -202,7 +202,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
minio:
|
||||
image: quay.io/minio/minio:RELEASE.2025-06-13T11-33-47Z
|
||||
image: pgsty/minio:RELEASE.2026-03-25T00-00-00Z
|
||||
command: ["server", "--console-address", ":9001", "/data"]
|
||||
ports:
|
||||
- ${MINIO_PORT}:9000
|
||||
|
||||
Reference in New Issue
Block a user