mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +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
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue