Skip to content

Commit

Permalink
mount gtfs-out in Docker example, closes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Feb 15, 2024
1 parent 76c1324 commit 5ced5e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,12 @@ $ docker run -i --rm \
--volume /path/to/osm/data:/osm \
# mount GTFS data
--volume /path/to/gtfs/data:/gtfs \
# mount default output folder gtfs-out
--volume /path/to/output-dir:/gtfs-out \
# tell pfaedle where to find the data
ghcr.io/ad-freiburg/pfaedle:latest -x /osm/osm-data.xml.bz2 -i /gtfs/myfeed.zip
ghcr.io/ad-freiburg/pfaedle:latest \
# tell pfaedle where to find the data
-x /osm/osm-data.xml.bz2 -i /gtfs/myfeed.zip
```

## Debugging
Expand Down

0 comments on commit 5ced5e5

Please sign in to comment.