mirror of
				https://git.cloudron.io/cloudron/minio-app
				synced 2025-11-04 09:02:35 +00:00 
			
		
		
		
	remove unused args (release notes of https://github.com/minio/minio/releases/tag/RELEASE.2023-12-09T18-17-51Z)
This commit is contained in:
		
							
								
								
									
										3
									
								
								start.sh
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								start.sh
									
									
									
									
									
								
							@@ -21,7 +21,6 @@ fi
 | 
			
		||||
echo "==> Changing ownership"
 | 
			
		||||
[[ $(stat --format '%U' /app/data/data) != "cloudron" ]] && chown -R cloudron:cloudron /app/data
 | 
			
		||||
 | 
			
		||||
# the --config-dir is deprecated and not used. but without it, minio will try to create $HOME/.minio :/ same for --certs-dir
 | 
			
		||||
echo "==> Starting minio"
 | 
			
		||||
exec /usr/local/bin/gosu cloudron:cloudron /app/code/minio --certs-dir /run/minio/certs --config-dir /run/minio/config --quiet ${CLOUDRON_MINIO_STARTUP_ARGS} --address :9000 --console-address :8000
 | 
			
		||||
exec /usr/local/bin/gosu cloudron:cloudron /app/code/minio --quiet ${CLOUDRON_MINIO_STARTUP_ARGS} --address :9000 --console-address :8000
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user