diff --git a/README.md b/README.md new file mode 100644 index 0000000..33e666d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Docker compose for MinIO init+start + +1. Change passwords in docker-compose.yml + +2. Run commands: + +```shell +chmod +x init-minio.sh +docker compose up -d +``` \ No newline at end of file