From 1e4d952e9e3883f63ba72d760bb99a77d432ca9d Mon Sep 17 00:00:00 2001 From: Joulinar <47155374+Joulinar@users.noreply.github.com> Date: Thu, 4 May 2023 20:43:38 +0200 Subject: [PATCH] v8.17 DietPi-Software | MinIO - using a static port assignment of 9001 for the MinIO Console. --- dietpi/dietpi-software | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 6412d5a9b3..6aeaab1c2f 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -10522,7 +10522,7 @@ _EOF_ # Default file path MINIO_VOLUMES="/mnt/dietpi_userdata/minio-data" # Use if you want to run MinIO on a custom port. -#MINIO_OPTS="--address :9199" +MINIO_OPTS="--console-address :9001" # Access key of the server. #MINIO_ACCESS_KEY=Server-Access-Key # Secret key of the server.