Skip to content

Commit 7584530

Browse files
authored
Merge pull request #34 from hadsed-genapsys/master
Update docker-compose.yml for webserver
2 parents bdd1b70 + 6f47c91 commit 7584530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ services:
2323
restart: always
2424
environment:
2525
- AIRFLOW_HOME=/usr/local/airflow
26+
# volumes:
27+
# - /localpath/to/dags:/usr/local/airflow/dags
2628
ports:
2729
- "8080:8080"
2830
command: webserver

0 commit comments

Comments
 (0)