From 18f7d1fe8b1ce995f0861886af6e1328a0998b65 Mon Sep 17 00:00:00 2001 From: gzchen008 Date: Tue, 19 Jan 2021 16:09:25 +0800 Subject: [PATCH 1/2] update readme, etcd port --- README.md | 3 ++- README.zh-CN.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d75d86..fcd382c 100755 --- a/README.md +++ b/README.md @@ -99,7 +99,8 @@ master_ip_list=[#MASTER_IP_LIST] # local IP local_ip=[@HOSTIP] -# etcd list, eg: https://ip1:port1,https://ip2:port2,https://ip3:port3; +# etcd list, eg: https://ip1:port1,https://ip2:port2,https://ip3:port3; +# Please note that the port of dockin-etcd is 5379 etcd_list=[#ETCD_LIST] ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 97abdb7..f0e5a67 100755 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -103,7 +103,8 @@ master_ip_list=[#MASTER_IP_LIST] # local IP local_ip=[@HOSTIP] -# etcd list, eg: https://ip1:port1,https://ip2:port2,https://ip3:port3; +# etcd list, eg: https://ip1:port1,https://ip2:port2,https://ip3:port3; +# 请注意dockin-etcd的端口是5379 etcd_list=[#ETCD_LIST] ``` From b9e0b717a17f194c3141791abf5c1c85d3cda110 Mon Sep 17 00:00:00 2001 From: gzchen008 Date: Tue, 19 Jan 2021 16:09:33 +0800 Subject: [PATCH 2/2] update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4dbc11c..32e9cc2 100755 --- a/.gitignore +++ b/.gitignore @@ -28,5 +28,5 @@ etcd etcdctl cfssl cfssljson -dockin-docker/package +dockin-docker/resources/package