mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix etcd in docker-compose (#8949)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/8919/head
parent
ca5e9ebe55
commit
576d293936
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue