Downgraded to the last working versions.
This commit is contained in:
parent
6857160985
commit
affff394be
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue