You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Building
docker build -t valhalla .
Running
docker run -it -d --restart always \
-e OSM_DUMP_FILE=/home/russia-latest.osm.pbf \
-v /home/russia-latest.osm.pbf:/home/russia-latest.osm.pbf \
-v /home/valhalla-cache:/home/valhalla \
--name valhalla -p 8002:8002 valhalla