Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 388 Bytes

File metadata and controls

31 lines (21 loc) · 388 Bytes

Simple Docker-Compose example of Minio

  • Running on traefik v2
  • mounted to /data folder

Setup


Copy env sample

cp .env.sample .env

Setup env vars

MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
CONSOLE_HOST=minio-console.example.com
SERVER_HOST=minio.example.com

Start container

docker compose up -d

Visit console host and explore ✨