javatarz opened a new pull request #18810: URL: https://github.com/apache/airflow/pull/18810
`docker-compose` (v1) is a (python) binary. In v2, docker has moved to a [plugin based architecture](https://docs.docker.com/compose/cli-command/) (in Golang). Since the commands have changed from `docker-compose` to `docker compose`, `breeze` doesn't work with v2 yet. These changes update breeze documentation and scripts to be compatible with v1 and v2. _Side note: I'm new to using `breeze` (and have been using airflow 1.x at work for a while) so I might have missed things. I'm trying to also have a conversation on the #airflow-breeze slack channel to help._ -- 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]
