We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ee7652 + 7ed99ab commit 091edd8Copy full SHA for 091edd8
post_install.sh
@@ -9,6 +9,7 @@ SKEY=$(cat /root/skey)
9
10
# Enable the service
11
sysrc -f /etc/rc.conf minio_enable="YES"
12
+sysrc -f /etc/rc.conf minio_console_address=":9001"
13
sysrc -f /etc/rc.conf minio_env="MINIO_ACCESS_KEY=$AKEY MINIO_SECRET_KEY=$SKEY"
14
15
# Setup backend directory
ui.json
@@ -1,3 +1,3 @@
1
{
2
- "adminportal": "http://%%IP%%:9000"
+ "adminportal": "http://%%IP%%:9001"
3
}
0 commit comments