How to use built in profiles

I have successfully deployed docker container on my Linux machine with default “car” profile. In the documentation: https://docs.graphhopper.com/#section/Map-Data-and-Routing-Profiles/OpenStreetMap, i can see multiple built in profile. Can i integrate multiple profiles ? How can i do that in docker run command ? I can see profile option with coma separated profiles but i didn’t understand the code. Please help as i am alien to all these docker & Linux stuff.

Please use the documentation in the project repository: https://github.com/graphhopper/graphhopper/blob/master/docs/index.md (the one you linked is the documentation of our SaaS that includes more and different stuff)

See e.g. the profile section: https://github.com/graphhopper/graphhopper/blob/master/docs/core/profiles.md

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.