Crazylychee commented on issue #358: URL: https://github.com/apache/rocketmq-dashboard/issues/358#issuecomment-3219352865
> dashboard默认服务端口是8080,不是8082,Quick Start中命令如下: > > docker run -d --name rocketmq-dashboard -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8082:8082 -t apacherocketmq/rocketmq-dashboard:latest > > 需要更正: docker run -d --name rocketmq-dashboard -e "JAVA_OPTS=-Drocketmq.namesrv.addr=127.0.0.1:9876" -p 8080:8080 -t apacherocketmq/rocketmq-dashboard:latest 2.0.0 uses port 8080, and 2.1.0 uses port 8082. 2.1.0 has completed the release process, and the new image has been pushed and can be pulled down again -- 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]
