This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f70ef6d808007e2c99b2db9a9e350f3773bfa2f7 Author: Attila Tóth <[email protected]> AuthorDate: Sat Jul 31 09:10:06 2021 +0200 Fix link (#17351) (cherry picked from commit 07fc4508fd8d3f4811029b14ee5813b8635fb312) --- 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 32bf4c2..77c9333 100644 --- a/docs/apache-airflow/start/docker.rst +++ b/docs/apache-airflow/start/docker.rst @@ -80,7 +80,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 -See:ref:`Docker Compose environment variables <docker-compose-env-variables>` +See :ref:`Docker Compose environment variables <docker-compose-env-variables>` On **all operating systems**, you need to run database migrations and create the first user account. To do it, run.
