mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
feat: update minio to the newest version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
s3:
|
s3:
|
||||||
image: minio/minio:RELEASE.2021-11-24T23-19-33Z
|
image: minio/minio:RELEASE.2023-11-01T18-37-25Z
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
- public
|
- public
|
||||||
volumes:
|
volumes:
|
||||||
- minio_volume:/data
|
- minio_new_volume:/data
|
||||||
db:
|
db:
|
||||||
image: mysql:8-oracle # -oracle tag supports arm64 architecture!
|
image: mysql:8-oracle # -oracle tag supports arm64 architecture!
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -92,4 +92,4 @@ networks:
|
|||||||
driver: bridge
|
driver: bridge
|
||||||
volumes:
|
volumes:
|
||||||
db_new_volume:
|
db_new_volume:
|
||||||
minio_volume:
|
minio_new_volume:
|
||||||
|
|||||||
Reference in New Issue
Block a user