compose file update

pull/455/head
Gordon 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent bbf125b351
commit eac4215f62

@ -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