zll600 opened a new issue, #10867: URL: https://github.com/apache/apisix/issues/10867
### Description the `ENV_DOCKER_COMPOSE` uses `docker-compose` command which is v1 version of `docker compose`. https://github.com/apache/apisix/blob/847db2a2d9084791f6c337bbe6e7c1b9c2f43728/Makefile#L40 According to the offical doc: https://docs.docker.com/compose/. The v1 version stopped receving updates. So do we need to consider migrating to v2? ### Environment - APISIX version (run `apisix version`): master - Operating system (run `uname -a`): ubuntu 20.04 - OpenResty / Nginx version (run `openresty -V` or `nginx -V`): - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`): - APISIX Dashboard version, if relevant: - Plugin runner version, for issues related to plugin runners: - LuaRocks version, for installation issues (run `luarocks --version`): -- 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]
