You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/26 15:02:52 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #13914: Fix docker-compose command to initialize the environment

mik-laj commented on a change in pull request #13914:
URL: https://github.com/apache/airflow/pull/13914#discussion_r564579723



##########
File path: 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

Review comment:
       ```suggestion
       docker-compose run --rm airflow-init
   ```
   This is an alternative command that better reflects the task we want to do.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org