This is an automated email from the ASF dual-hosted git repository.

lizhimin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 14ca1ce654 [ISSUE #4570] fix: Docker usage may occur error in volume 
mapping params, simple fix (#9096)
14ca1ce654 is described below

commit 14ca1ce65464eefd2dd2e581592c30f6624cc94d
Author: Jax <1460018...@qq.com>
AuthorDate: Tue Jan 14 20:22:30 2025 +0800

    [ISSUE #4570] fix: Docker usage may occur error in volume mapping params, 
simple fix (#9096)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 454ce27b0f..f73a9755d0 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ $ docker run -it --net=host apache/rocketmq ./mqnamesrv
 **2) Start Broker**
 
 ```shell
-$ docker run -it --net=host --mount 
source=/tmp/store,target=/home/rocketmq/store apache/rocketmq ./mqbroker -n 
localhost:9876
+$ docker run -it --net=host --mount 
type=bind,source=/tmp/store,target=/home/rocketmq/store apache/rocketmq 
./mqbroker -n localhost:9876
 ```
 
 ### Run RocketMQ in Kubernetes

Reply via email to