Skip to content

Commit 6ab8815

Browse files
authored
Feature: MinIO use now static port 9001 (#2786)
* Feature: MinIO use now static port 9001 * Update minio.json
1 parent 4baae01 commit 6ab8815

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/minio-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ After=network-online.target
5757
User=minio-user
5858
Group=minio-user
5959
EnvironmentFile=-/etc/default/minio
60-
ExecStart=/usr/local/bin/minio server /data
60+
ExecStart=/usr/local/bin/minio server --console-address ":9001" /data
6161
Restart=always
6262
RestartSec=5
6363
LimitNOFILE=65536
@@ -74,4 +74,4 @@ customize
7474
msg_info "Cleaning up"
7575
$STD apt-get -y autoremove
7676
$STD apt-get -y autoclean
77-
msg_ok "Cleaned"
77+
msg_ok "Cleaned"

json/minio.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "ct",
99
"updateable": true,
1010
"privileged": false,
11-
"interface_port": 9000,
11+
"interface_port": 9001,
1212
"documentation": "https://min.io/docs/minio/linux/index.html",
1313
"website": "https://min.io/",
1414
"logo": "https://raw.githubusercontent.com/minio/minio/refs/heads/master/.github/logo.svg",

0 commit comments

Comments
 (0)