Fix docker-compose command to initialize the environment (#13914)

This commit is contained in:
Kaxil Naik 2021-01-26 14:59:20 +00:00 коммит произвёл GitHub
Родитель 8958d125cd
Коммит 7f4c88c068
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.