mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
update minio to the newest version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user