Skip to content

Commit

Permalink
[chore](docker) adjust subnet in kafka.yaml.tpl to prevent conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Sep 12, 2024
1 parent c71514d commit 98d0d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98d0d05

Please sign in to comment.