Skip to content

Commit 7c79232

Browse files
authored
fix: docs-docker-example (#1828)
2 parents 83c33b6 + 51cef0b commit 7c79232

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/run-instance/running-with-docker.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ docker run -dt --name ors-app \
7373
-v $PWD/ors-docker/graphs:/home/ors/graphs \
7474
-v $PWD/ors-docker/files:/home/ors/files \
7575
-v $PWD/ors-docker/logs:/home/ors/logs \
76-
#-e "BUILD_GRAPHS=True" \
7776
-e "XMS=1g" \
78-
-e "XMX=2g \
77+
-e "XMX=2g" \
7978
local/openrouteservice:latest
8079
```
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+
8183
:::
8284

8385

0 commit comments

Comments
 (0)