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:
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
ports:
- 9000:9000
- "9000:9000"
- "9001:9001"
environment:
- MINIO_ROOT_USER=${AWS_ACCESS_KEY_ID}
- MINIO_ROOT_PASSWORD=${AWS_SECRET_ACCESS_KEY}
command:
server /date
command: server /data --console-address ":9001"
networks:
- internal
- public