Downgraded to the last working versions.
parent
6857160985
commit
affff394be
|
@ -1,13 +1,13 @@
|
||||||
services:
|
services:
|
||||||
zookeeper:
|
zookeeper:
|
||||||
image: confluentinc/cp-zookeeper:7.5.0
|
image: confluentinc/cp-zookeeper:7.4.4
|
||||||
environment:
|
environment:
|
||||||
ZOOKEEPER_CLIENT_PORT: 2181
|
ZOOKEEPER_CLIENT_PORT: 2181
|
||||||
ZOOKEEPER_TICK_TIME: 2000
|
ZOOKEEPER_TICK_TIME: 2000
|
||||||
ports:
|
ports:
|
||||||
- "22181:2181"
|
- "22181:2181"
|
||||||
broker:
|
broker:
|
||||||
image: confluentinc/cp-kafka:7.5.0
|
image: confluentinc/cp-kafka:7.4.4
|
||||||
depends_on:
|
depends_on:
|
||||||
- zookeeper
|
- zookeeper
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue