liuruiyiyang commented on a change in pull request #10: fix stage replace
ROCKETMQ_VERSION error image name
URL: https://github.com/apache/rocketmq-docker/pull/10#discussion_r344148845
##########
File path: templates/docker-compose/docker-compose.yml
##########
@@ -26,7 +26,7 @@ services:
- ./data/broker/logs:/home/rocketmq/logs
- ./data/broker/store:/home/rocketmq/store
-
./data/broker/conf/broker.conf:/opt/rocketmq-ROCKETMQ_VERSION/conf/broker.conf
- command: sh mqbroker -c ../conf/broker.conf
+ command: sh mqbroker -c /opt/rocketmq-ROCKETMQ_VERSION/conf/broker.conf
Review comment:
Please make sure ```/opt/rocketmq-ROCKETMQ_VERSION``` exists.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services