File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ After=network-online.target
5757User=minio-user
5858Group=minio-user
5959EnvironmentFile=-/etc/default/minio
60- ExecStart=/usr/local/bin/minio server /data
60+ ExecStart=/usr/local/bin/minio server --console-address ":9001" /data
6161Restart=always
6262RestartSec=5
6363LimitNOFILE=65536
@@ -74,4 +74,4 @@ customize
7474msg_info " Cleaning up"
7575$STD apt-get -y autoremove
7676$STD apt-get -y autoclean
77- msg_ok " Cleaned"
77+ msg_ok " Cleaned"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments