Skip to content

Conversation

@michaelklishin
Copy link
Contributor

@michaelklishin michaelklishin commented Feb 3, 2026

@michaelklishin michaelklishin changed the title Closes #796 Correct the management UI port recommended in the README Feb 3, 2026
@michaelklishin michaelklishin changed the title Correct the management UI port recommended in the README RabbitMQ: correct the management UI port recommended in the README Feb 3, 2026
Comment on lines 62 to 65
$ docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_USER=user -e RABBITMQ_DEFAULT_PASS=password %%IMAGE%%:3-management
```

You can then go to `http://localhost:8080` or `http://host-ip:8080` in a browser and use `user`/`password` to gain access to the management console
You can then go to `http://localhost:15672` or `http://host-ip:15672` in a browser and use `user`/`password` to gain access to the [management UI](https://www.rabbitmq.com/docs/management).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 hmm, that still won't actually work via localhost or the host IP unless there is a -p 15672:15672 on the docker run. Or we can swap this to http://container-ip:15672 like the "Management Plugin" section below and let the management section describe the docker -p of exposing the port.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I will have to read the entire document and suggest larger edits.

Co-authored-by: Luke Bakken <lukerbakken+github@gmail.com>
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
@tianon tianon merged commit 680e2e8 into docker-library:master Feb 3, 2026
6 checks passed
@michaelklishin michaelklishin deleted the patch-1 branch February 3, 2026 21:19
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.

RabbitMQ Docker Hub docs mention localhost:8080 but management UI runs on 15672

4 participants