Skip to content

Commit

Permalink
fix: Docker usage may occur error in volume mapping params, simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCodeMonkey committed Jan 2, 2025
1 parent f32fe78 commit e33e096
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 e33e096

Please sign in to comment.