Commit 3b959686 authored by chonghaohao's avatar chonghaohao

fix

parent 129f1152
...@@ -3,7 +3,7 @@ version: '3.9' ...@@ -3,7 +3,7 @@ version: '3.9'
services: services:
zookeeper: zookeeper:
image: 172.16.0.186:8084/huansiyl/debezium/zookeeper:1.9.5.Final image: 47.110.145.204:8085/huansiyl/debezium/zookeeper:1.9.5.Final
ports: ports:
- "2181:2181" - "2181:2181"
- "2888:2888" - "2888:2888"
...@@ -11,7 +11,7 @@ services: ...@@ -11,7 +11,7 @@ services:
restart: always restart: always
kafka: kafka:
image: 172.16.0.186:8084/huansiyl/debezium/kafka:1.9.5.Final image: 47.110.145.204:8085/huansiyl/debezium/kafka:1.9.5.Final
restart: always restart: always
ports: ports:
- "9092:9092" - "9092:9092"
...@@ -26,7 +26,7 @@ services: ...@@ -26,7 +26,7 @@ services:
- KAFKA_INTER_BROKER_LISTENER_NAME=LISTENER_INT - KAFKA_INTER_BROKER_LISTENER_NAME=LISTENER_INT
connect: connect:
image: 172.16.0.186:8084/huansiyl/debezium/connect:1.9.5.Final image: 47.110.145.204:8085/huansiyl/debezium/connect:1.9.5.Final
restart: always restart: always
ports: ports:
- "8083:8083" - "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