Customized official image with some useful tweaks
1.6K
Based on official MinIO image with client and healthcheck added.
minio:
image: osshelp/minio:stable
environment:
MINIO_ACCESS_KEY: $MINIO_ACCESS_KEY
MINIO_SECRET_KEY: $MINIO_SECRET_KEY
MINIO_PROMETHEUS_AUTH_TYPE: public
volumes:
- /mnt/data/docker/minio:/data
networks:
- net
Source repository is available at Github here.
GPL3
OSSHelp Team, see https://oss.help
Content type
Image
Digest
sha256:7360dcea8…
Size
30 MB
Last updated
over 1 year ago
docker pull osshelp/minio