zhangchaoyanggit commented on issue #10865:
URL: https://github.com/apache/apisix/issues/10865#issuecomment-1907958961

   > to check the unix socket is normal in host machine ?
   
   
   
   > sorry, I can not reproduce. I try listen unix domain socket in host , and 
run unix domain client in apisix container, then communicate is normal. what 
you docker-compose.yml config mount sock to docker container ? maybe you can 
try to test permission in container, `touch /usr/local/apisix/test `
   
   This is my configuration in docker-compose-arm64.yaml
   services:
     apisix:
       image: apache/apisix:3.6.0-debian
       restart: always
       volumes:
         - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro
         - /tmp/x.sock:/usr/local/apisix/x.sock
   


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