From 9951ab309cdc9512d91050818a16cb2d6b521492 Mon Sep 17 00:00:00 2001 From: ilovesome1 Date: Wed, 29 Dec 2021 16:59:56 +0300 Subject: [PATCH] Update README.md (#10) Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 887e7a3..bba9052 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Feel free to submit issues or pull requests if you would like to improve the cod In order to use this image there are two environment variables you need to pass to docker: ``` JAVA_OPTS: "-Xmx1g -Xms1g -Ddw.server.application_connectors[0].bind_host=0.0.0.0 -Ddw.server.application_connectors[0].port=8989" -TOOL_OPTS: "-Ddw.graphhopper.datareader.file=flie-location-inside-docker.pbf -Ddw.graphhopper.graph.location=default-gh" +TOOL_OPTS: "-Ddw.graphhopper.datareader.file=file-location-inside-docker.pbf -Ddw.graphhopper.graph.location=default-gh" ``` Without the `TOOL_OPTS` this image won't run!