提交 252c2743 编写于 作者: A alesapin

Fix zookeeper image version

上级 60408922
version: '2.2'
services:
zoo1:
image: zookeeper
image: zookeeper:3.4.12
restart: always
environment:
ZOO_TICK_TIME: 500
......@@ -9,7 +9,7 @@ services:
ZOO_SERVERS: server.1=zoo1:2888:3888 server.2=zoo2:2888:3888 server.3=zoo3:2888:3888
zoo2:
image: zookeeper
image: zookeeper:3.4.12
restart: always
environment:
ZOO_TICK_TIME: 500
......@@ -17,7 +17,7 @@ services:
ZOO_SERVERS: server.1=zoo1:2888:3888 server.2=zoo2:2888:3888 server.3=zoo3:2888:3888
zoo3:
image: zookeeper
image: zookeeper:3.4.12
restart: always
environment:
ZOO_TICK_TIME: 500
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册