Skip to content

Commit

Permalink
chore: use _AIRFLOW_DB_MIGRATE
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Sep 29, 2023
1 parent f7b94a6 commit f9441c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
command: version
environment:
<<: *airflow-common-environment
_AIRFLOW_DB_UPGRADE: 'true'
_AIRFLOW_DB_MIGRATE: 'true'
_AIRFLOW_WWW_USER_CREATE: 'true'
_AIRFLOW_WWW_USER_USERNAME: airflow
_AIRFLOW_WWW_USER_PASSWORD: ${AIRFLOW_WWW_USER_PASSWORD}
Expand Down

0 comments on commit f9441c0

Please sign in to comment.