lyon.nee

Results 2 issues of lyon.nee

通过docker-compose部署 etcdkeeper,进入页面就弹出报错 ![image](https://user-images.githubusercontent.com/30852031/154933522-20bb1abe-b70f-4bf9-b56a-d65d956ede8b.png) 我不知道是不是我的 docker-compose.yaml 配置的有错误,还是我启动 etcd 镜像错了 这是docker-compose.yaml内容 `version: '3' networks: mall: services: etcd1: image: quay.io/coreos/etcd:v3.2.5 container_name: etcd1 command: etcd -name etcd1 -advertise-client-urls http://0.0.0.0:2379 -listen-client-urls http://0.0.0.0:2379 -listen-peer-urls http://0.0.0.0:2380 -initial-cluster-token...

## We want to ensure high quality of the packages. Make sure that you've checked the boxes below before sending a pull request. - [x] I have read the [Contribution...