Downgraded to the last working versions.

master
Tomasz Półgrabia 2024-12-28 02:43:19 +01:00
parent 6857160985
commit affff394be
1 changed files with 2 additions and 2 deletions

View File

@ -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: