tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

Add a static port for the MinIO Console. #239

Closed SebastianBerc closed 3 years ago

SebastianBerc commented 3 years ago

Hello, by default, MinIO Console is listening on a dynamic port that is randomly generated in every run, which makes it impossible to log in.

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

https://docs.min.io/docs/minio-docker-quickstart-guide.html

therobfonz commented 3 years ago

This would be great to get merged. Seems like newer version of Minio this happens.

mattstauffer commented 3 years ago

Thanks for the PR!