zkcrescent commented on issue #650: URL: https://github.com/apache/rocketmq-clients/issues/650#issuecomment-1853371456
`docker run -d --name rocketmq-broker-a --network rocketmq -p 10909:10909 -p 10911:10911 -v /Users/wangbailu/docker/rocketmq/broker/broker-a/logs:/root/logs -v /Users/wangbailu/docker/rocketmq/broker/broker-a/conf:/home/rocketmq/rocketmq-5.1.4/conf apache/rocketmq:5.1.4 sh mqbroker --enable-proxy -c /home/rocketmq/rocketmq-5.1.4/conf/broker.conf` 修改启动命令重新启动 broker 的容器报错 ![image](https://github.com/apache/rocketmq-clients/assets/14883259/ff7fdd8b-f294-491e-8c84-d6a5b077bdfe) 去掉 --enable-proxy 就可以跑起来。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org