From 98d0d055dc9fb542df9f80f9d40052c9d4cfc138 Mon Sep 17 00:00:00 2001 From: stephen Date: Thu, 12 Sep 2024 23:01:53 +0800 Subject: [PATCH] [chore](docker) adjust subnet in kafka.yaml.tpl to prevent conflict --- docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl b/docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl index ca9a5d494dacac..b8e07ad2b4955f 100644 --- a/docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl +++ b/docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl @@ -22,7 +22,7 @@ networks: ipam: driver: default config: - - subnet: 192.168.0.0/24 + - subnet: 168.51.0.0/24 services: doris--zookeeper: image: bitnami/zookeeper