Skip to content

Commit

Permalink
Merge pull request IntegriChain1#38 from IntegriChain1/docker-airflow…
Browse files Browse the repository at this point in the history
…-volume-fix

docker compose now mounts airflow volume correctly
  • Loading branch information
norton120 authored Feb 14, 2019
2 parents 656f877 + 3840616 commit acbf60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- AWS_SECRET_ACCESS_KEY
- CONFIGURATION_APPLICATION_DATABASE_HOST=configurationpg
volumes:
- ./dags:/root/airflow/dags
- ./core/airflow/dags:/root/airflow/dags
- .:/usr/src/app
- $HOME:/root
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit acbf60c

Please sign in to comment.