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

gxcheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e6e59f  [TUBEMQ-303]docker script should expose 8123 port (#226)
1e6e59f is described below

commit 1e6e59fe96360f3b8a18d6c4117de63b0f4e80c5
Author: pierre xiong <xiongyong...@hotmail.com>
AuthorDate: Tue Jul 28 14:32:54 2020 +0800

    [TUBEMQ-303]docker script should expose 8123 port (#226)
---
 tubemq-docker/tubemq-all/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tubemq-docker/tubemq-all/README.md 
b/tubemq-docker/tubemq-all/README.md
index 1b8f176..5b48120 100644
--- a/tubemq-docker/tubemq-all/README.md
+++ b/tubemq-docker/tubemq-all/README.md
@@ -8,7 +8,7 @@ docker pull apachetubemq/tubemq-all:latest
 
 ##### Start Standalone Container
 ```
-docker run -p 8080:8080 -p 8000:8000 --name tubemq -d 
apachetubemq/tubemq-all:latest
+docker run -p 8080:8080 -p 8000:8000 -p 8123:8123 --name tubemq -d 
apachetubemq/tubemq-all:latest
 ```
 this command will start zookeeper/master/broker service in one container.
 #### Add Topic

Reply via email to