diff --git a/inlong-tubemq/tubemq-docker/tubemq-all/README.md b/inlong-tubemq/tubemq-docker/tubemq-all/README.md index ad9ae8b074e..49072d1dd36 100644 --- a/inlong-tubemq/tubemq-docker/tubemq-all/README.md +++ b/inlong-tubemq/tubemq-docker/tubemq-all/README.md @@ -8,7 +8,7 @@ docker pull inlong/tubemq-all:1.13.0 ##### Start Standalone Container ``` -docker run -p 8080:8080 -p 8715:8715 -p 8123:8123 -p 2181:2181 --name tubemq -d inlong/tubemq-all:latest +docker run -p 8080:8080 -p 8715:8715 -p 8123:8123 -p 2181:2181 --name tubemq -d inlong/tubemq-all:1.13.0 ``` this command will start zookeeper/master/broker service in one container. #### Add Topic