Commit 9f13a29b authored by chonghaohao's avatar chonghaohao

fix

parent 3b959686
......@@ -3,7 +3,7 @@ version: '3.9'
services:
zookeeper:
image: 47.110.145.204:8085/huansiyl/debezium/zookeeper:1.9.5.Final
image: 47.110.145.204:8084/huansiyl/debezium/zookeeper:1.9.5.Final
ports:
- "2181:2181"
- "2888:2888"
......@@ -11,7 +11,7 @@ services:
restart: always
kafka:
image: 47.110.145.204:8085/huansiyl/debezium/kafka:1.9.5.Final
image: 47.110.145.204:8084/huansiyl/debezium/kafka:1.9.5.Final
restart: always
ports:
- "9092:9092"
......@@ -26,7 +26,7 @@ services:
- KAFKA_INTER_BROKER_LISTENER_NAME=LISTENER_INT
connect:
image: 47.110.145.204:8085/huansiyl/debezium/connect:1.9.5.Final
image: 47.110.145.204:8084/huansiyl/debezium/connect:1.9.5.Final
restart: always
ports:
- "8083:8083"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment