Sign inSign up

systemsome/minio

By systemsome

Updated 6 months ago

Image
0

584

systemsome/minio repository overview

version: "3.8"

services:
  minio:
    image: systemsome/minio:latest
    container_name: minio-server
    environment:
      - MINIO_ROOT_USER=admin
      - MINIO_ROOT_PASSWORD=YourStrongPwd2024!
    volumes:
      - ./data/minio:/data
    ports:
      - "9000:9000"
      - "9001:9001"
    command: server /data --console-address ":9001"
    restart: unless-stopped
volumes:
  minio-data:

Tag summary

Content type

Image

Digest

sha256:847fa8219

Size

59.4 MB

Last updated

6 months ago

docker pull systemsome/minio