mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-09 15:20:01 +00:00
Feature: MinIO use now static port 9001 (#2786)
* Feature: MinIO use now static port 9001 * Update minio.json
This commit is contained in:
parent
4baae014ab
commit
6ab8815b3b
@ -57,7 +57,7 @@ After=network-online.target
|
||||
User=minio-user
|
||||
Group=minio-user
|
||||
EnvironmentFile=-/etc/default/minio
|
||||
ExecStart=/usr/local/bin/minio server /data
|
||||
ExecStart=/usr/local/bin/minio server --console-address ":9001" /data
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
LimitNOFILE=65536
|
||||
@ -74,4 +74,4 @@ customize
|
||||
msg_info "Cleaning up"
|
||||
$STD apt-get -y autoremove
|
||||
$STD apt-get -y autoclean
|
||||
msg_ok "Cleaned"
|
||||
msg_ok "Cleaned"
|
||||
|
@ -8,7 +8,7 @@
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 9000,
|
||||
"interface_port": 9001,
|
||||
"documentation": "https://min.io/docs/minio/linux/index.html",
|
||||
"website": "https://min.io/",
|
||||
"logo": "https://raw.githubusercontent.com/minio/minio/refs/heads/master/.github/logo.svg",
|
||||
|
Loading…
Reference in New Issue
Block a user