2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

update kafka-ui

This commit is contained in:
kev
2023-03-01 16:35:14 +08:00
parent 84141c8e96
commit 3999a20f2f

View File

@@ -28,4 +28,6 @@ services:
- KAFKA_CLUSTERS_1_NAME=local - KAFKA_CLUSTERS_1_NAME=local
- KAFKA_CLUSTERS_1_BOOTSTRAPSERVERS=kafka:9092 - KAFKA_CLUSTERS_1_BOOTSTRAPSERVERS=kafka:9092
# KAFKA_CLUSTERS_1_READONLY=true # KAFKA_CLUSTERS_1_READONLY=true
depends_on:
- kafka
restart: unless-stopped restart: unless-stopped