mirror of
				https://github.com/Toumash/mlflow-docker
				synced 2025-11-04 07:09:22 +01:00 
			
		
		
		
	use fixed minio stable version (minio team separated console and api in the july feature release)
https://github.com/minio/minio/releases/tag/RELEASE.2021-07-08T01-15-01Z
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