From f1163d819c3ca88c591115e736e2620eb7c928cd Mon Sep 17 00:00:00 2001 From: Away <1819625428@qq.com> Date: Sat, 11 Sep 2021 23:01:13 +0800 Subject: [PATCH] fix docker-compose.yaml address missing --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0a42358f6..5fde063f2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -62,7 +62,7 @@ services: environment: TZ: Asia/Shanghai KAFKA_BROKER_ID: 0 - KAFKA_ZOOKEEPER_CONNECT: 127.0.0:2181 + KAFKA_ZOOKEEPER_CONNECT: 127.0.0.1:2181 KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://127.0.0.1:9092 KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092 depends_on: