Skip to content

Commit

Permalink
[INLONG-10662][Release] Change the tag of Docker images to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 committed Jul 24, 2024
1 parent 78e8b81 commit e8e151f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlong-tubemq/tubemq-docker/tubemq-all/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8e151f

Please sign in to comment.