You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2022/11/09 20:23:02 UTC

[airflow] 19/29: Update index.rst (#27529)

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

ephraimanierobi pushed a commit to branch v2-4-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 3b4ff89b344ad81df9c2fdab27ec98ca0d558408
Author: Cons Sh <um...@yandex.ru>
AuthorDate: Sun Nov 6 20:40:02 2022 +0400

    Update index.rst (#27529)
    
    docker-compose doesn'to work, we need to use docker compose now
    
    (cherry picked from commit 2a4f81c1782044f3e9feb2dc968e56ebc0525a1a)
---
 docs/apache-airflow/howto/docker-compose/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/howto/docker-compose/index.rst b/docs/apache-airflow/howto/docker-compose/index.rst
index 5cde8f7bc1..f9ec22d74f 100644
--- a/docs/apache-airflow/howto/docker-compose/index.rst
+++ b/docs/apache-airflow/howto/docker-compose/index.rst
@@ -125,7 +125,7 @@ On **all operating systems**, you need to run database migrations and create the
 
 .. code-block:: bash
 
-    docker-compose up airflow-init
+    docker compose up airflow-init
 
 After initialization is complete, you should see a message like this: