mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Change etcd port from 12379 to 2379
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
parent
170792d9bc
commit
e0bf59eef7
@ -21,7 +21,7 @@ master:
|
|||||||
|
|
||||||
etcd:
|
etcd:
|
||||||
address: localhost
|
address: localhost
|
||||||
port: 12379
|
port: 2379
|
||||||
rootpath: by-dev
|
rootpath: by-dev
|
||||||
segthreshold: 10000
|
segthreshold: 10000
|
||||||
|
|
||||||
|
|||||||
@ -3,11 +3,11 @@ version: '3.5'
|
|||||||
services:
|
services:
|
||||||
etcd:
|
etcd:
|
||||||
image: quay.io/coreos/etcd:latest
|
image: quay.io/coreos/etcd:latest
|
||||||
command: etcd -listen-peer-urls=http://127.0.0.1:12380 -advertise-client-urls=http://127.0.0.1:12379 -listen-client-urls http://0.0.0.0:12379,http://0.0.0.0:14001 -initial-advertise-peer-urls=http://127.0.0.1:12380 --initial-cluster default=http://127.0.0.1:12380
|
command: etcd -listen-peer-urls=http://127.0.0.1:2380 -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379,http://0.0.0.0:4001 -initial-advertise-peer-urls=http://127.0.0.1:2380 --initial-cluster default=http://127.0.0.1:2380
|
||||||
ports:
|
ports:
|
||||||
- "12379:12379"
|
- "2379:2379"
|
||||||
- "12380:12380"
|
- "2380:2380"
|
||||||
- "14001:14001"
|
- "4001:4001"
|
||||||
|
|
||||||
pulsar:
|
pulsar:
|
||||||
image: apachepulsar/pulsar:latest
|
image: apachepulsar/pulsar:latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user