unsw-luopan commented on issue #12854:
URL: https://github.com/apache/apisix/issues/12854#issuecomment-3708661239

   I use docker to deploy apisix and etcd, apisix container config is:
   
     apisix:
       image: apache/apisix:3.14.1-debian
       container_name: apisix
       restart: always
       depends_on:
         - etcd
       network_mode: host
       volumes:
         - ./certs:/usr/local/apisix/certs:ro
         - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro


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