| 1 | version: '3.9' |
| 2 | services: |
| 3 | minio: |
| 4 | command: server /data --console-address ":9090" |
| 5 | image: quay.io/minio/minio |
| 6 | environment: |
| 7 | - MINIO_ROOT_PASSWORD=Deplored-Unfunded-Resolute-Cruelly5-Staining |
| 8 | - MINIO_ROOT_USER=r00t!o |
| 9 | volumes: |
| 10 | - /volume1/docker/minio/data:/data |
| 11 | container_name: minio |
| 12 | ports: |
| 13 | - 9090:9090 |
| 14 | - 9000:9000 |
High Performance Object Storage for Modern Data Lakes
Revision a18d549c53c4363b7ab40a5d0a1e67132fe4c9b1