Skip to content

Commit

Permalink
[ISSUE #4570] fix: Docker usage may occur error in volume mapping par…
Browse files Browse the repository at this point in the history
…ams, simple fix (#9096)
  • Loading branch information
OneCodeMonkey authored Jan 14, 2025
1 parent 7bcf919 commit 14ca1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14ca1ce

Please sign in to comment.