mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update kafka
This commit is contained in:
parent
03ad8f9399
commit
3e6792d84d
@ -1,5 +1,5 @@
|
||||
kafka:
|
||||
image: wurstmeister/kafka:2.12-2.3.0
|
||||
image: wurstmeister/kafka:2.12-2.4.0
|
||||
ports:
|
||||
- "9092:9092"
|
||||
- "9999:9999"
|
||||
|
@ -1,5 +1,5 @@
|
||||
zookeeper:
|
||||
image: zookeeper
|
||||
image: zookeeper:3.5.6
|
||||
ports:
|
||||
- "2181:2181"
|
||||
volumes:
|
||||
@ -8,7 +8,7 @@ zookeeper:
|
||||
restart: always
|
||||
|
||||
kafka:
|
||||
image: wurstmeister/kafka
|
||||
image: wurstmeister/kafka:2.12-2.4.0
|
||||
ports:
|
||||
- "9092:9092"
|
||||
hostname: kafka
|
||||
|
Loading…
Reference in New Issue
Block a user