You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "ronething (via GitHub)" <gi...@apache.org> on 2023/03/06 03:19:29 UTC

[GitHub] [apisix] ronething commented on issue #9006: help request: mac m1 can not run apisix with docker-compose-arm64.yml

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org