You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
239 B

  1. version: '3.6'
  2. services:
  3. minio:
  4. image: minio/minio:RELEASE.2020-06-12T00-06-19Z
  5. restart: always
  6. environment:
  7. MINIO_ACCESS_KEY: ${MINIO_ACCESS_KEY}
  8. MINIO_SECRET_KEY: ${MINIO_SECRET_KEY}
  9. command: server /minio