ronething commented on issue #9006:
URL: https://github.com/apache/apisix/issues/9006#issuecomment-1455380278

   @TTsWorld Hi, maybe it is an issue of `apisix-docker`, you can try this diff 
   
   ```diff
   diff --git a/example/docker-compose-arm64.yml 
b/example/docker-compose-arm64.yml
   index 81f13ed..8b19cab 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:
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to