You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2023/01/04 16:06:12 UTC

[airflow] branch main updated: Clarify about docker compose (#28729)

This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new df0e4c9ad4 Clarify about docker compose (#28729)
df0e4c9ad4 is described below

commit df0e4c9ad447377073af1ed60fb0dfad731be059
Author: eladkal <45...@users.noreply.github.com>
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
---
 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 4ddb5d874e..46494c1abe 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