You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2019/08/26 02:51:28 UTC

[rocketmq-docker] 18/38: fix(Dockerfile): EXPOSE 10912 for HA mode

This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-docker.git

commit d5374c416d7c42bb014bb5b91a2b1635850e9ba1
Author: liuruiyiyang <24...@qq.com>
AuthorDate: Mon Aug 5 13:51:03 2019 +0800

    fix(Dockerfile): EXPOSE 10912 for HA mode
---
 image-build/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/image-build/Dockerfile b/image-build/Dockerfile
index 9303516..b810dc6 100644
--- a/image-build/Dockerfile
+++ b/image-build/Dockerfile
@@ -73,7 +73,7 @@ RUN mv ${ROCKETMQ_HOME}/bin/runserver-customize.sh ${ROCKETMQ_HOME}/bin/runserve
  && chmod a+x ${ROCKETMQ_HOME}/bin/mqnamesrv
 
 # expose broker ports
-EXPOSE 10909 10911
+EXPOSE 10909 10911 10912
 
 # add customized scripts for broker
 RUN mv ${ROCKETMQ_HOME}/bin/runbroker-customize.sh ${ROCKETMQ_HOME}/bin/runbroker.sh \