stef4java opened a new issue, #404:
URL: https://github.com/apache/rocketmq-dashboard/issues/404
Hello RocketMQ team,
I noticed an inconsistency between the official documentation and the actual
RocketMQ Dashboard Docker image regarding the default port.
1. **Official documentation (RocketMQ website)** examples show the default
port as **8080**:
- [RocketMQ Docs - Dashboard
Deployment](https://rocketmq.apache.org/docs/deploymentOperations/04Dashboard?utm_source=chatgpt.com)
2. **Actual Docker image** (`apacherocketmq/rocketmq-dashboard:latest`)
starts the embedded Tomcat on **8082**, as confirmed in the container logs:
Tomcat started on port 8082
3. **Official GitHub README** for the dashboard also references **8082**:
- [GitHub - RocketMQ Dashboard
README](https://github.com/apache/rocketmq-dashboard/blob/master/README.md)
This inconsistency may cause confusion for users following the docs and
trying to map ports for containerized deployments.
---
## Suggested Fix
- Update the official documentation to reflect the correct default port
(**8082**) for the current dashboard Docker image.
- Alternatively, explicitly mention the port difference in the docs for
different versions.
- Ensure that example `docker run` commands match the actual image behavior
to avoid deployment confusion.
Thank you!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]