carlzhao commented on pull request #174:
URL: https://github.com/apache/apisix-docker/pull/174#issuecomment-877946217
change etcd version to 3.4.14 solves this problem.
etcd:
image: bitnami/etcd:3.4.14
user: root
restart: always
environment:
ALLOW_NONE_AUTHENTICATION: "yes"
ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
ports:
- "2379:2379/tcp"
networks:
apisix:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]