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