Skip to content

Commit

Permalink
Fix typo in docker.rst (#14389)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygarfield authored Feb 23, 2021
1 parent 4fb943c commit b995127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/start/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ On **Linux**, the mounted volumes in container use the native Linux filesystem u
mkdir ./dags ./logs ./plugins
echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env
On **all operating system**, you need to run database migrations and create the first user account. To do it, run.
On **all operating systems**, you need to run database migrations and create the first user account. To do it, run.

.. code-block:: bash
Expand Down

0 comments on commit b995127

Please sign in to comment.