|
@@ -8,7 +8,7 @@ services:
|
|
- ETCD_QUOTA_BACKEND_BYTES=4294967296
|
|
- ETCD_QUOTA_BACKEND_BYTES=4294967296
|
|
- ETCD_SNAPSHOT_COUNT=50000
|
|
- ETCD_SNAPSHOT_COUNT=50000
|
|
volumes:
|
|
volumes:
|
|
- - ${DOCKER_VOLUME_DIRECTORY:-.}/volumes/etcd:/etcd
|
|
|
|
|
|
+ - ~/data/milvus/etcd:/etcd
|
|
command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
|
|
command: etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
|
|
|
|
|
|
minio:
|
|
minio:
|