From f454ae62d16574c27d1aaf4369a9d13ee9115c76 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Sun, 10 Mar 2024 15:06:57 +0800 Subject: [PATCH] update apisix --- apisix/apisix_conf/config.yaml | 2 +- docker-compose-apisix.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apisix/apisix_conf/config.yaml b/apisix/apisix_conf/config.yaml index e7e91cf..80acf52 100644 --- a/apisix/apisix_conf/config.yaml +++ b/apisix/apisix_conf/config.yaml @@ -40,7 +40,7 @@ deployment: etcd: host: # it's possible to define multiple etcd hosts addresses of the same etcd cluster. - - "http://localhost:2379" # multiple etcd address + - "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 788fd3c..0924834 100644 --- a/docker-compose-apisix.yml +++ b/docker-compose-apisix.yml @@ -71,7 +71,6 @@ services: etcd: image: bitnami/etcd:latest - hostname: 'diyue_etcd' volumes: - etcd_data:/bitnami/etcd environment: