openimsdk / openim-docker

openim-docker configuration for deploying OpenIM. Provides a build solution for a stable distribution, as well as a docker compose deployment strategy
https://openim.io
Apache License 2.0
31 stars 39 forks source link

[FEATURE REQUEST] It is recommended to add --address ':9000' to minio #152

Open cipchk opened 4 weeks ago

cipchk commented 4 weeks ago

Why this feature?

某些情况下需要修改默认 minio api 端口,这时候如果没有相应加上 --address 很容易让人忽略掉,导致访问失败。

Suggested Solution

- command: minio server /data --console-address ':9090'
+ command: minio server /data --address ':9000' --console-address ':9090'

Additional Information

No response

kubbot commented 4 weeks ago

Hello! Thank you for filing an issue.

If this is a bug report, please include relevant logs to help us debug the problem.

Join slack 🤖 to connect and communicate with our developers.