diff --git a/setup_minio_nginx.sh b/setup_minio_nginx.sh index 092aaac..fdc04cd 100755 --- a/setup_minio_nginx.sh +++ b/setup_minio_nginx.sh @@ -3,8 +3,8 @@ # Exit immediately if a command exits with a non-zero status. set -e -# MinIO server should be running on port 9000 -MINIO_PORT=9000 +# MinIO server should be running on port 45855 +MINIO_PORT=45855 # Configure nginx to proxy requests to the MinIO server sudo tee /etc/nginx/sites-available/minio.sa.vin.conf > /dev/null <