This is an automated email from the ASF dual-hosted git repository.
monkeydluffy 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 6ab8bec fix: update docker-compose-arm64 yaml (#475)
6ab8bec is described below
commit 6ab8becc1482b30a9a88efe9099d62f3e1c709f4
Author: Wang Zhe <[email protected]>
AuthorDate: Sat Oct 7 14:30:06 2023 +0800
fix: update docker-compose-arm64 yaml (#475)
---
example/docker-compose-arm64.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index b9639fd..82a2f1d 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -54,7 +54,7 @@ services:
ETCD_UNSUPPORTED_ARCH: "arm64"
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"
ETCD_DATA_DIR: "/etcd-data"
ports: