mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
Merge pull request #7 from Toumash/#6
use fixed minio stable version (minio team separated console and api …
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3.2'
|
||||
services:
|
||||
s3:
|
||||
image: minio/minio:latest
|
||||
image: minio/minio:RELEASE.2021-06-14T01-29-23Z
|
||||
container_name: aws-s3
|
||||
ports:
|
||||
- 9000:9000
|
||||
|
||||
Reference in New Issue
Block a user