Feature: MinIO use now static port 9001 (#2786)

* Feature: MinIO use now static port 9001

* Update minio.json
This commit is contained in:
CanbiZ 2025-03-03 09:58:06 +01:00 committed by GitHub
parent 4baae014ab
commit 6ab8815b3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ After=network-online.target
User=minio-user User=minio-user
Group=minio-user Group=minio-user
EnvironmentFile=-/etc/default/minio EnvironmentFile=-/etc/default/minio
ExecStart=/usr/local/bin/minio server /data ExecStart=/usr/local/bin/minio server --console-address ":9001" /data
Restart=always Restart=always
RestartSec=5 RestartSec=5
LimitNOFILE=65536 LimitNOFILE=65536
@ -74,4 +74,4 @@ customize
msg_info "Cleaning up" msg_info "Cleaning up"
$STD apt-get -y autoremove $STD apt-get -y autoremove
$STD apt-get -y autoclean $STD apt-get -y autoclean
msg_ok "Cleaned" msg_ok "Cleaned"

View File

@ -8,7 +8,7 @@
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 9000, "interface_port": 9001,
"documentation": "https://min.io/docs/minio/linux/index.html", "documentation": "https://min.io/docs/minio/linux/index.html",
"website": "https://min.io/", "website": "https://min.io/",
"logo": "https://raw.githubusercontent.com/minio/minio/refs/heads/master/.github/logo.svg", "logo": "https://raw.githubusercontent.com/minio/minio/refs/heads/master/.github/logo.svg",