Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/thirdparties/docker-compose/kafka/kafka.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ networks:
- subnet: 192.168.0.0/24
services:
doris--zookeeper:
image: bitnami/zookeeper
image: doristhirdpartydocker/zookeeper
restart: always
container_name: doris--zookeeper
ports:
Expand All @@ -43,7 +43,7 @@ services:
networks:
- doris--kafka--network
doris--kafka:
image: bitnami/kafka:2
image: doristhirdpartydocker/kafka
restart: always
container_name: doris--kafka
depends_on:
Expand Down