Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkisse committed Aug 23, 2024
1 parent 0bee53a commit e2d6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/airflow/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ x-airflow-common:
#AIRFLOW__LOGGING__LOGGING_LEVEL: DEBUG
volumes:
# - ../../dags:/opt/airflow/dags
- ../DLM-Dags/dags:/opt/airflow/dags
- ../../DLM-Dags/dags:/opt/airflow/dags
- ./logs:/opt/airflow/logs
- ./plugins:/opt/airflow/plugins
user: "${AIRFLOW_UID:-50000}:${AIRFLOW_GID:-50000}"
Expand Down

0 comments on commit e2d6d8f

Please sign in to comment.