valhalla/README.md

14 lines
218 B
Markdown
Raw Normal View History

2018-11-27 13:35:49 +03:00
## Building
```
docker build -t valhalla .
```
## Running
```
docker run -it -d --restart always \
-v /home/test/russia-latest.osm.pbf:/home/valhalla/data.osm.pbf \
--name valhalla -p 8002:8002 valhalla
```