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

@@ -1,9 +1,16 @@
Minio S3 config repo
=====
### Starting the project
### Starting the project with the latest version of Min.IO
```bash
cp docker-compose.yaml.dist docker-compose.yaml
docker compose up -d
```
### Starting the project with the latest verion of Min.IO that supports the colsole with a features
```bash
cp docker-compose.yaml.dist-gui docker-compose.yaml
docker compose up -d
```