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

Missing minio console port on docker compose command and ports and a doc fix #685

Open
leandroreox opened this issue Jan 21, 2023 · 1 comment

Comments

@leandroreox
Copy link

leandroreox commented Jan 21, 2023

Hi guys, in order to get the minio console worker, i needed to add this to the docker coompose

On the minio section, change command to:

command: "server /opt/minio --console-address :9001"

And add 9001 port to the ports of minio section

ports:
  - $MINIO_PORT:9000
  - 9001:9001

Also the documentation needs a fix when "accesing the console" since 9000 is the object storage api per se, not the console and youre not get any login screen there, just an "access denied"

@nealjoos
Copy link

I had the same issue, thank you for sharing you solution!

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

No branches or pull requests

2 participants