UnclePi979 opened a new issue, #9464: URL: https://github.com/apache/rocketmq/issues/9464
### Search before creation - [x] I had searched in the [issues](https://github.com/apache/rocketmq/issues) and found no similar issues. ### Documentation Related ### Document Navigation [Quick Start > Run RocketMQ in Docker > 4. Start Broker and Proxy > Windows](https://rocketmq.apache.org/docs/quickStart/02quickstartWithDocker)  ### Error Output while Startup:  ### Suggestion Replace with the startup command as shown below ``` cmd # Configure the broker's IP address echo "brokerIP1=127.0.0.1" > broker.conf # Start the Broker and Proxy docker run -d ^ --name rmqbroker ^ --net rocketmq ^ -p 10912:10912 -p 10911:10911 -p 10909:10909 ^ -p 8080:8080 -p 8081:8081 ^ -e "NAMESRV_ADDR=rmqnamesrv:9876" ^ -v %cd%\broker.conf:/home/rocketmq/rocketmq-5.3.2/conf/broker.conf ^ apache/rocketmq:5.3.2 sh mqbroker --enable-proxy ^ -c /home/rocketmq/rocketmq-5.3.2/conf/broker.conf # Verify if Broker started successfully docker exec -it rmqbroker bash -c "tail -n 10 /home/rocketmq/logs/rocketmqlogs/proxy.log" ``` ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
