Add docker compose with working gui

This commit is contained in:
Krzysztof Płaczek
2025-06-12 08:35:08 +02:00
parent a44c06c4b2
commit 59bf06ebd4
3 changed files with 25 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ volumes:
services:
minio:
image: quay.io/minio/minio
image: quay.io/minio/minio:latest
container_name: minio
ports:
- "9100:9000"