From 5ced5e5a5076259e02dbdc397fdf51c387a6c709 Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Thu, 15 Feb 2024 09:07:02 +0100 Subject: [PATCH] mount gtfs-out in Docker example, closes #45 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71f4b42..4923016 100644 --- a/README.md +++ b/README.md @@ -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