mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Use 9001 as the default console address port (#1081)
As state in https://github.com/minio/minio/pull/18561#issuecomment-1833303435 , consistent use 9001 as the console port, to avoid confusion for new users.
This commit is contained in:
@ -36,7 +36,7 @@ The ``journalctl`` output should resemble the following:
|
||||
API: http://192.168.2.100:9000 http://127.0.0.1:9000
|
||||
RootUser: myminioadmin
|
||||
RootPass: minio-secret-key-change-me
|
||||
Console: http://192.168.2.100:9090 http://127.0.0.1:9090
|
||||
Console: http://192.168.2.100:9001 http://127.0.0.1:9001
|
||||
RootUser: myminioadmin
|
||||
RootPass: minio-secret-key-change-me
|
||||
|
||||
|
Reference in New Issue
Block a user