update apisix
This commit is contained in:
parent
d1b8754c70
commit
ff7c8eebac
|
@ -40,7 +40,7 @@ deployment:
|
|||
|
||||
etcd:
|
||||
host: # it's possible to define multiple etcd hosts addresses of the same etcd cluster.
|
||||
- "http://etcd:2379" # multiple etcd address
|
||||
- "http://diyue_etcd:2379" # multiple etcd address
|
||||
prefix: "/apisix" # apisix configurations prefix
|
||||
timeout: 30 # 30 seconds
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@ services:
|
|||
environment:
|
||||
ETCD_ENABLE_V2: "true"
|
||||
ALLOW_NONE_AUTHENTICATION: "yes"
|
||||
ETCD_ADVERTISE_CLIENT_URLS: "http://localhost:2379"
|
||||
ETCD_ADVERTISE_CLIENT_URLS: "http://diyue_etcd:2379"
|
||||
ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
|
||||
ports:
|
||||
- "2379:2379/tcp"
|
||||
|
|
Loading…
Reference in New Issue