| 
					
				 | 
			
			
				@@ -10,11 +10,13 @@ services: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - ./data/home:/home/data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ports: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       - ${PORT_MAPPING} # s3, port 9000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    expose: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      - 9001 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     environment: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       MINIO_ROOT_USER: ${MINIO_ROOT_USER} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       HOME: /home/data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    command: server /mnt/data  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    command: server --console-address ":9001" /mnt/data 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     healthcheck: 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       test: ["CMD", "curl", "-fail", "--insecure",  "https://localhost:9000/minio/health/live"] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       interval: 30s 
			 |