Skip to content

Commit

Permalink
Merge pull request #5 from gzchen008/develop
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
gzchen008 authored Jan 19, 2021
2 parents 474f5cc + b9e0b71 commit e9c3af8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ etcd
etcdctl
cfssl
cfssljson
dockin-docker/package
dockin-docker/resources/package

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

Expand Down
3 changes: 2 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

Expand Down

0 comments on commit e9c3af8

Please sign in to comment.