cielswift opened a new issue #5042: URL: https://github.com/apache/apisix/issues/5042
### Issue description #将 Apache APISIX 的 Docker 镜像下载到本地 git clone https://github.com/apache/apisix-docker.git # 将当前的目录切换到 apisix-docker/example 路径下 cd apisix-docker/example # 运行 docker-compose 命令,安装 Apache APISIX docker-compose -p docker-apisix up -d ### Environment - apisix version (cmd: `apisix version`): - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): - apisix-dashboard version, if have: - luarocks version, if the issue is about installation (cmd: `luarocks --version`): ### Steps to reproduce #将 Apache APISIX 的 Docker 镜像下载到本地 git clone https://github.com/apache/apisix-docker.git # 将当前的目录切换到 apisix-docker/example 路径下 cd apisix-docker/example # 运行 docker-compose 命令,安装 Apache APISIX docker-compose -p docker-apisix up -d ### Actual result /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init failed to read local yaml config of apisix: failed to open file: /usr/local/apisix/conf/config.yaml, error info:/usr/local/apisix/conf/config.yaml: Permission denie ### Error log /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init failed to read local yaml config of apisix: failed to open file: /usr/local/apisix/conf/config.yaml, error info:/usr/local/apisix/conf/config.yaml: Permission denie ### Expected result _No response_ -- 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]
