Skip to content

Commit 403d522

Browse files
DB config according to compose file (#21)
В докер композе файле одни конфиги на базу данных, в Readme другие (по факту работают те что в композе). Поправил readme файл
1 parent 1cfee5d commit 403d522

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Airflow build and deploy
2323

2424
* Адрес: `localhost`
2525
* Порт: `5432`
26-
* База данных: `postgres`
27-
* Логин: `postgres`
28-
* Без пароля
26+
* База данных: `airflow`
27+
* Логин: `airflow`
28+
* Пароль: `airflow`

0 commit comments

Comments
 (0)