Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 183 Bytes

File metadata and controls

10 lines (10 loc) · 183 Bytes
services:
  minio:
    env:
      MINIO_ACCESS_KEY: access_key
      MINIO SECRET_KEY: secret_key
    image: yubozhao/minio-github-action-service
    ports:
      - 9000:9000