Update image tag to use fix number

pull/108/head
Baohua Yang 2017-09-15 13:39:12 +08:00
parent a403f30211
commit e2b1460573
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ version: '2'
services: services:
zookeeper: zookeeper:
image: yeasy/kafka:latest image: yeasy/kafka:0.11.0.1
container_name: zookeeper container_name: zookeeper
hostname: zookeeper hostname: zookeeper
ports: ports:
@ -17,7 +17,7 @@ services:
command: bash -c 'bash /tmp/start_zk.sh' command: bash -c 'bash /tmp/start_zk.sh'
kafka: # kafka service kafka: # kafka service
image: yeasy/kafka:latest image: yeasy/kafka:0.11.0.1
container_name: kafka container_name: kafka
hostname: kafka hostname: kafka
ports: ports:
@ -27,7 +27,7 @@ services:
command: bash -c 'bash /tmp/start_kafka.sh' command: bash -c 'bash /tmp/start_kafka.sh'
cli: # used for testing kafka cmds, see /tmp/*.sh cli: # used for testing kafka cmds, see /tmp/*.sh
image: yeasy/kafka:latest image: yeasy/kafka:0.11.0.1
container_name: cli container_name: cli
hostname: cli hostname: cli
environment: environment: