README would be good

This commit is contained in:
Torsten Raudssus 2024-03-31 00:07:25 +01:00
parent fd6e534662
commit 61c3dbf9f9

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# MinIO Image
## How To Use
### Args
#### SRV_UID
User ID for the MinIO daemon and so of the data (Default: 1000)
#### SRV_GID
Group ID for the MinIO daemon and so of the data (Default: 1000)
### Image Name
```
docker.ci/srv/minio:latest
```