You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/01/26 14:59:34 UTC

[airflow] branch master updated: Fix docker-compose command to initialize the environment (#13914)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7f4c88c  Fix docker-compose command to initialize the environment (#13914)
7f4c88c is described below

commit 7f4c88c0680b4fb98fe8b31800a93e1d0476c4db
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Jan 26 14:59:20 2021 +0000

    Fix docker-compose command to initialize the environment (#13914)
---
 docs/apache-airflow/start/docker.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/start/docker.rst b/docs/apache-airflow/start/docker.rst
index dc07dc3..b4527f9 100644
--- a/docs/apache-airflow/start/docker.rst
+++ b/docs/apache-airflow/start/docker.rst
@@ -76,7 +76,7 @@ On **all operating system**, you need to run database migrations and create the
 
 .. code-block:: bash
 
-    docker-compose up --rm airflow-init
+    docker-compose up airflow-init
 
 After initialization is complete, you should see a message like below.