Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minio Console Port #188

Merged
merged 1 commit into from
Jul 8, 2021
Merged

Minio Console Port #188

merged 1 commit into from
Jul 8, 2021

Conversation

SamuelMwangiW
Copy link
Contributor

Added Added Minio console port. Default set to 8900 but subject to approval by the community.

Fixes an issue where Minio show the following error in the logs and on opening localhost:9000 redirects to a random port.

WARNING: Console endpoint is listening on a dynamic port (41045), please use --console-address ":PORT" to choose a static port.

This PR allows one to access Minio dashboard on port 8900 and the API endpoint remains on port 9000.

Example repo: https://github.com/SamuelMwangiW/sail-minio-example/

Added Added Minio console port. Default set to 8900 but subject to approval by the community. 
---
Fixes an issue where Minio show the following error in the logs and on opening localhost:9000 redirects to a random port.

```
WARNING: Console endpoint is listening on a dynamic port (41045), please use --console-address ":PORT" to choose a static port.
```
This PR allows one to access Minio dashboard on port 8900 and the API endpoint remains on port 9000. 

Example repo: https://github.com/SamuelMwangiW/sail-minio-example/
@taylorotwell taylorotwell merged commit c54ad51 into laravel:1.x Jul 8, 2021
@SamuelMwangiW SamuelMwangiW deleted the patch-1 branch July 8, 2021 15:46
@SamuelMwangiW
Copy link
Contributor Author

Thanks Taylor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants