Sign inSign up

osshelp/minio

By osshelp

Updated over 1 year ago

Customized official image with some useful tweaks

Image
1

1.6K

osshelp/minio repository overview

Description

Based on official MinIO image with client and healthcheck added.

Deploy examples

  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

Sources

Source repository is available at Github here.

License

GPL3

Author

OSSHelp Team, see https://oss.help

Tag summary

Content type

Image

Digest

sha256:7360dcea8

Size

30 MB

Last updated

over 1 year ago

docker pull osshelp/minio