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 <[email protected]>
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:
 

Reply via email to