fix(release-v3.2)-docker compose fix port and host (#1029)

This commit is contained in:
Xinwei Xiong 2023-09-07 11:46:44 +08:00 committed by GitHub
parent 42c9b01969
commit 20ce4a7f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,6 @@ services:
zookeeper:
image: wurstmeister/zookeeper
ports:
- 2181:2181
container_name: zookeeper
volumes:
- /etc/localtime:/etc/localtime
@ -68,8 +66,6 @@ services:
image: wurstmeister/kafka
container_name: kafka
restart: always
ports:
- 9092:9092
environment:
TZ: Asia/Shanghai
KAFKA_BROKER_ID: 0
@ -170,4 +166,4 @@ services:
# container_name: node-exporter
# restart: always
# ports:
# - "9100:9100"
# - "9100:9100"