16 lines
359 B
Markdown
16 lines
359 B
Markdown
Minio S3 config repo
|
|
=====
|
|
|
|
### 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
|
|
``` |