From d2aebe4f70292f8916dc3e981a22996b99c2e952 Mon Sep 17 00:00:00 2001 From: Iuliia Volkova Date: Mon, 21 Dec 2020 12:03:04 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3db9ef9..8ee2e41 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # How to use -**Apache Airflow version 2.0.0** +### Apache Airflow version 2.0.0 (2.0 not 100% bacward compatible to 1.10+ this is because I move it to separate compose file): By default now RBAC is turn on and this mean, that to use Airflow UI you need create user first, for this in db_init service was added also command to create default user: @@ -25,7 +25,7 @@ Change your user password and login as you want. By default it is login: admin, ``` -Apache Airflow version 1.10.14: +### Apache Airflow version 1.10.14: ```bash git clone https://github.com/xnuinside/airflow_in_docker_compose