Fix port conflicts, update AppFlowy image, remove compose versions

This commit is contained in:
aa_humaaan
2026-03-03 12:50:55 +05:30
parent 354f45751f
commit 65cf2d2e42
69 changed files with 15 additions and 83 deletions

View File

@@ -3,9 +3,9 @@ title: "Deploy MinIO Self-Hosted (Docker)"
description: "Step-by-step guide to self-hosting MinIO with Docker Compose. "
---
# Deploy MinIO
# Deploy MinIO (Community Fork)
High-performance, S3-compatible object storage for AI and enterprise data.
High-performance, S3-compatible object storage (pgsty/minio) restoring the missing console capabilities.
<div className="deploy-hero">
<span className="deploy-hero-item">⭐ 45.0k stars</span>
@@ -51,7 +51,7 @@ version: '3.8'
services:
minio:
image: minio/minio:latest
image: pgsty/minio:latest
container_name: minio
restart: unless-stopped
ports:
@@ -124,5 +124,5 @@ docker compose up -d
- [MinIO on AltStack Directory](https://thealtstack.com/alternative-to/minio)
- [MinIO Self-Hosted Guide](https://thealtstack.com/self-hosted/minio)
- [Official Documentation](https://min.io)
- [GitHub Repository](https://github.com/minio/minio)
- [Official Documentation](https://silo.pigsty.io)
- [GitHub Repository](https://github.com/pgsty/minio)

View File

@@ -111,7 +111,7 @@ The tools that run your tools.
| [n8n](/deploy/n8n) | Workflow automation (Zapier alternative) |
| [Activepieces](/deploy/activepieces) | Visual automation builder |
| [Coder](/deploy/coder) | Cloud development environments |
| [MinIO](/deploy/minio) | S3-compatible object storage |
| [MinIO](/deploy/minio) | S3-compatible object storage (Community Fork) |
| [PocketBase](/deploy/pocketbase) | Backend in a single binary |
| [Appwrite](/deploy/appwrite) | Firebase alternative |
| [Supabase](/deploy/supabase) | Postgres-powered Firebase alternative |