This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new ee28518822 [ISSUE #729] Modifying the documentation docker startup
dashboard command
ee28518822 is described below
commit ee28518822242e0b237113d324164f769e59b77e
Author: AnLxn <[email protected]>
AuthorDate: Fri Jun 6 11:50:05 2025 +0800
[ISSUE #729] Modifying the documentation docker startup dashboard command
---
docs/04-deployment/03Dashboard.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/04-deployment/03Dashboard.md
b/docs/04-deployment/03Dashboard.md
index 1cf328fbe5..46c79b8a93 100644
--- a/docs/04-deployment/03Dashboard.md
+++ b/docs/04-deployment/03Dashboard.md
@@ -53,7 +53,7 @@ $ docker pull apacherocketmq/rocketmq-dashboard:latest
② docker 容器中运行 ```rocketmq-dashboard```
```shell
-$ 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
+$ docker run -d --name rocketmq-dashboard -e
"JAVA_OPTS=-Drocketmq.namesrv.addr=host.docker.internal:9876" -p 8080:8080 -t
apacherocketmq/rocketmq-dashboard:latest
```
:::tip