Skip to content

Commit

Permalink
[chore](docker) adjust subnet in kafka.yaml.tpl to prevent conflict (a…
Browse files Browse the repository at this point in the history
…pache#40770)

It's better to keep the same with other subnets as 168.x.x.x

Co-authored-by: stephen <[email protected]>
  • Loading branch information
hello-stephen and stephen authored Oct 10, 2024
1 parent 66d88ec commit f6dac85
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 f6dac85

Please sign in to comment.