diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 6aeaab1c2f..c7d4d799cd 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="--console-address :9001" +MINIO_OPTS="--address :9004 --console-address :9001" # Access key of the server. #MINIO_ACCESS_KEY=Server-Access-Key # Secret key of the server.