This commit is contained in:
nquidox 2025-10-15 19:52:06 +03:00
parent 9629684d2b
commit 7f1983d3be

10
README.md Normal file
View file

@ -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
```