Skip to content

Commit

Permalink
Map kafka port to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Aug 6, 2024
1 parent 0564afe commit 01c9783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
hostname: broker
container_name: broker
ports:
- "9092:9092"
- "127.0.0.1:9092:9092"
- "9101:9101"
environment:
KAFKA_BROKER_ID: 1
Expand Down

0 comments on commit 01c9783

Please sign in to comment.