compose file update

pull/455/head
Gordon 3 years ago committed by Xinwei Xiong(cubxxw-openim)
parent ac52b250e7
commit 7762d57609

@ -73,7 +73,7 @@ services:
TZ: Asia/Shanghai TZ: Asia/Shanghai
KAFKA_BROKER_ID: 0 KAFKA_BROKER_ID: 0
KAFKA_ZOOKEEPER_CONNECT: 127.0.0.1:2181 KAFKA_ZOOKEEPER_CONNECT: 127.0.0.1:2181
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://127.0.0.1:9092 KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://127.0.0.1:9092,OUTSIDE://localhost:9093
KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092 KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092
network_mode: "host" network_mode: "host"
depends_on: depends_on:

Loading…
Cancel
Save