Skip to content

Commit 14ca1ce

Browse files
[ISSUE #4570] fix: Docker usage may occur error in volume mapping params, simple fix (#9096)
1 parent 7bcf919 commit 14ca1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $ docker run -it --net=host apache/rocketmq ./mqnamesrv
125125
**2) Start Broker**
126126

127127
```shell
128-
$ docker run -it --net=host --mount source=/tmp/store,target=/home/rocketmq/store apache/rocketmq ./mqbroker -n localhost:9876
128+
$ docker run -it --net=host --mount type=bind,source=/tmp/store,target=/home/rocketmq/store apache/rocketmq ./mqbroker -n localhost:9876
129129
```
130130

131131
### Run RocketMQ in Kubernetes

0 commit comments

Comments
 (0)