This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v2-5-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a00f089f45e096c5b833af088063e543f3c19e9d Author: eladkal <[email protected]> AuthorDate: Wed Jan 4 18:05:58 2023 +0200 Clarify about docker compose (#28729) We got several requests to update syntax https://github.com/apache/airflow/pull/28728 https://github.com/apache/airflow/pull/27792 https://github.com/apache/airflow/pull/28194 lets clarify that this is not a mistake (cherry picked from commit df0e4c9ad447377073af1ed60fb0dfad731be059) --- docs/apache-airflow/howto/docker-compose/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/apache-airflow/howto/docker-compose/index.rst b/docs/apache-airflow/howto/docker-compose/index.rst index 33e06e4b96..cc7a67e297 100644 --- a/docs/apache-airflow/howto/docker-compose/index.rst +++ b/docs/apache-airflow/howto/docker-compose/index.rst @@ -162,6 +162,9 @@ Now you can start all services: docker compose up +.. note:: + docker-compose is old syntax. Please check `Stackoverflow <https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose>`__. + In a second terminal you can check the condition of the containers and make sure that no containers are in an unhealthy condition: .. code-block:: text
