Skip to content

Commit

Permalink
changed kafka port exposing to 9092
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Sep 13, 2023
1 parent 03145c7 commit 9c6dc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ services:
zookeeper:
condition: service_started
ports:
- "9094:9094"
- "9092:9092"
environment:
KAFKA_BROKER_ID: "1"
KAFKA_ZOOKEEPER_CONNECT: "zookeeper:2181"
Expand Down

0 comments on commit 9c6dc53

Please sign in to comment.