Skip to content

Instantly share code, notes, and snippets.

@kaz29
Created July 29, 2019 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaz29/c57fc35ee6c146a74357d20935341e58 to your computer and use it in GitHub Desktop.
Save kaz29/c57fc35ee6c146a74357d20935341e58 to your computer and use it in GitHub Desktop.
OSRM
FROM osrm/osrm-backend:v5.22.0
EXPOSE 5000
CMD ["osrm-routed", "--algorithm", "ch", "/srv/kanto-latest.osrm"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment