MinIO server using docker compose
This needs : dockerhost with non-root user
git clone -b main https://github.com/ariadata/dc-minio dc-minio && cd dc-minio
cp env.example .env
#### 2- Find `uid` and `gid` and modify .env file :
```sh
id
nano .env
docker compose up -d