update minio to the newest version

This commit is contained in:
Tomasz Dłuski
2021-12-03 21:29:36 +01:00
parent 2ad2c983db
commit f92d4ec230

View File

@@ -1,15 +1,15 @@
version: '3.2' version: "3.9"
services: services:
s3: s3:
image: minio/minio:RELEASE.2021-06-14T01-29-23Z image: minio/minio:RELEASE.2021-08-25T00-41-18Z.hotfix.55efceab5
container_name: aws-s3 container_name: aws-s3
ports: ports:
- 9000:9000 - "9000:9000"
- "9001:9001"
environment: environment:
- MINIO_ROOT_USER=${AWS_ACCESS_KEY_ID} - MINIO_ROOT_USER=${AWS_ACCESS_KEY_ID}
- MINIO_ROOT_PASSWORD=${AWS_SECRET_ACCESS_KEY} - MINIO_ROOT_PASSWORD=${AWS_SECRET_ACCESS_KEY}
command: command: server /data --console-address ":9001"
server /date
networks: networks:
- internal - internal
- public - public