[skip ci] Fix etcd in docker-compose (#8949)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/8919/head
edward.zeng 2021-09-30 16:32:11 +08:00 committed by GitHub
parent ca5e9ebe55
commit 576d293936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,8 +41,8 @@ services:
etcd:
image: docker.io/bitnami/etcd:3.5.0-debian-10-r24
command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379
environment:
- ALLOW_NONE_AUTHENTICATION=yes
- ETCD_AUTO_COMPACTION_MODE=revision
- ETCD_AUTO_COMPACTION_RETENTION=1000
- ETCD_QUOTA_BACKEND_BYTES=4294967296