Skip to content

Commit 00da70b

Browse files
authored
Update README.md
fix typo in map routing service
1 parent df35285 commit 00da70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment_docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ Make sure to have `/your/routing/path/<foot, car, bike>`, which will be used in
230230

231231
Then run the 3 routing servers:
232232
```bash
233-
docker run --volume=/your/routing/path/foot/:/data -p 5000:5000 ghcr.io/project-osrm/osrm-backend osrm-routed --algorithm mld /data/us-northeast-latest.osrm
233+
docker run --volume=/your/routing/path/car/:/data -p 5000:5000 ghcr.io/project-osrm/osrm-backend osrm-routed --algorithm mld /data/us-northeast-latest.osrm
234234
docker run --volume=/your/routing/path/bike/:/data -p 5001:5000 ghcr.io/project-osrm/osrm-backend osrm-routed --algorithm mld /data/us-northeast-latest.osrm
235-
docker run --volume=/your/routing/path/car/:/data -p 5002:5000 ghcr.io/project-osrm/osrm-backend osrm-routed --algorithm mld /data/us-northeast-latest.osrm
235+
docker run --volume=/your/routing/path/foot/:/data -p 5002:5000 ghcr.io/project-osrm/osrm-backend osrm-routed --algorithm mld /data/us-northeast-latest.osrm
236236
```
237237

238238
Now, inside the config file `webarena/openstreetmap-website/config/settings.yml`, update the value of `nominatim_url` from `"http://metis.lti.cs.cmu.edu:"` to `"http://<your-geocoding-server-domain>"`

0 commit comments

Comments
 (0)