Skip to content

Commit

Permalink
v8.17
Browse files Browse the repository at this point in the history
DietPi-Software | MinIO - using a static port assignment of 9004 for the MinIO S3 API.
  • Loading branch information
Joulinar authored and MichaIng committed May 5, 2023
1 parent 1e4d952 commit 82a715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 82a715a

Please sign in to comment.