diff --git a/apisix/apisix_conf/config.yaml b/apisix/apisix_conf/config.yaml index 80acf52..24828f7 100644 --- a/apisix/apisix_conf/config.yaml +++ b/apisix/apisix_conf/config.yaml @@ -39,8 +39,8 @@ deployment: role: viewer etcd: - host: # it's possible to define multiple etcd hosts addresses of the same etcd cluster. - - "http://127.0.0.1:2379" # multiple etcd address +# host: # it's possible to define multiple etcd hosts addresses of the same etcd cluster. +# - "http://127.0.0.1:2379" # multiple etcd address prefix: "/apisix" # apisix configurations prefix timeout: 30 # 30 seconds health_check_retry: 2 # etcd retry time that only affects the health check, default 2 diff --git a/docker-compose-apisix.yml b/docker-compose-apisix.yml index 6759fb6..788fd3c 100644 --- a/docker-compose-apisix.yml +++ b/docker-compose-apisix.yml @@ -77,8 +77,8 @@ services: environment: ETCD_ENABLE_V2: "true" ALLOW_NONE_AUTHENTICATION: "yes" - ETCD_ADVERTISE_CLIENT_URLS: "http://diyue_etcd:2379" - ETCD_LISTEN_CLIENT_URLS: "http://127.0.0.1:2379" + ETCD_ADVERTISE_CLIENT_URLS: "http://127.0.0.1:2379" + ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379" ports: - "2379:2379/tcp" deploy: