upgrade kafka to 2.7.1

This commit is contained in:
kev 2021-11-26 15:02:17 +08:00
parent 8a0b8f9cf5
commit 71f8547d22
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ services:
restart: unless-stopped
kafka:
image: wurstmeister/kafka:2.12-2.5.0
image: wurstmeister/kafka:2.13-2.7.1
ports:
- "9092:9092"
volumes:

View File

@ -1,7 +1,7 @@
version: "3.8"
services:
kafka:
image: wurstmeister/kafka:2.12-2.5.0
image: wurstmeister/kafka:2.13-2.7.1
ports:
- "9092:9092"
- "9999:9999"

View File

@ -12,7 +12,7 @@ services:
restart: unless-stopped
kafka:
image: wurstmeister/kafka:2.12-2.5.0
image: wurstmeister/kafka:2.13-2.7.1
ports:
- "9092:9092"
volumes: