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

   > @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:
   > ```
   
   Hello, in this way of yours, solved the problem of etcd, thank you very much.


-- 
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