We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959b46f commit 831deccCopy full SHA for 831decc
examples/compose.yaml
@@ -61,10 +61,10 @@ services:
61
container_name: milvus-etcd
62
image: quay.io/coreos/etcd:v3.5.18
63
environment:
64
- - ETCD_AUTO_COMPACTION_MODE=revision
65
- - ETCD_AUTO_COMPACTION_RETENTION=1000
66
- - ETCD_QUOTA_BACKEND_BYTES=4294967296
67
- - ETCD_SNAPSHOT_COUNT=50000
+ ETCD_AUTO_COMPACTION_MODE: revision
+ ETCD_AUTO_COMPACTION_RETENTION: 1000
+ ETCD_QUOTA_BACKEND_BYTES: 4294967296
+ ETCD_SNAPSHOT_COUNT: 50000
68
volumes:
69
- etcd_vlm:/etcd
70
command: etcd -advertise-client-urls=http://etcd:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
0 commit comments