Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 248 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 248 Bytes

Minio

Object storage

Run

  1. Make .env file
    cp .env.example .env
    
  2. Pull image
    docker compose pull
    
  3. Start compose
    docker up -d
    

Issue

minio/minio#12660