You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/12/14 07:58:32 UTC

[apisix-docker] branch master updated: fix: wrong etcd advertise in release test (#393)

This is an automated email from the ASF dual-hosted git repository.

bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new e6cbbea  fix: wrong etcd advertise in release test (#393)
e6cbbea is described below

commit e6cbbea24963f5e3990f4da7b1f542ff54e1ba4e
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Wed Dec 14 15:58:27 2022 +0800

    fix: wrong etcd advertise in release test (#393)
---
 compose/dashboard-compose.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose/dashboard-compose.yaml b/compose/dashboard-compose.yaml
index 5e6d1cf..bb195ab 100644
--- a/compose/dashboard-compose.yaml
+++ b/compose/dashboard-compose.yaml
@@ -40,7 +40,7 @@ services:
       ETCD_DATA_DIR: /etcd_data
       ETCD_ENABLE_V2: "true"
       ALLOW_NONE_AUTHENTICATION: "yes"
-      ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"
+      ETCD_ADVERTISE_CLIENT_URLS: "http://etcd:2379"
       ETCD_LISTEN_CLIENT_URLS: "http://0.0.0.0:2379"
     ports:
       - "2379:2379/tcp"