We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c33b6 + 51cef0b commit 7c79232Copy full SHA for 7c79232
docs/run-instance/running-with-docker.md
@@ -73,11 +73,13 @@ docker run -dt --name ors-app \
73
-v $PWD/ors-docker/graphs:/home/ors/graphs \
74
-v $PWD/ors-docker/files:/home/ors/files \
75
-v $PWD/ors-docker/logs:/home/ors/logs \
76
- #-e "BUILD_GRAPHS=True" \
77
-e "XMS=1g" \
78
- -e "XMX=2g \
+ -e "XMX=2g" \
79
local/openrouteservice:latest
80
```
+Add `-e "ors.engine.source_file=files/your.osm.pbf" \` to point to your own OSM file that lies in the mounted $PWD/ors-docker/files folder.
81
+Add `-e "BUILD_GRAPHS=True" \` to trigger a graph rebuild.
82
+
83
:::
84
85
0 commit comments