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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user