compose file update

pull/232/head
Gordon 3 years ago
parent 268e5cbdb1
commit d385f555dd

@ -78,6 +78,7 @@ services:
KAFKA_ADVERTISED_LISTENERS: INSIDE://127.0.0.1:9092,OUTSIDE://localhost:9093
KAFKA_LISTENERS: INSIDE://:9092,OUTSIDE://:9093
KAFKA_LISTENER_SECURITY_PROTOCOL_MAP: "INSIDE:PLAINTEXT,OUTSIDE:PLAINTEXT"
KAFKA_INTER_BROKER_LISTENER_NAME: kafka
network_mode: "host"
depends_on:
- zookeeper

Loading…
Cancel
Save