Hey everyone! I'm trying to figure out if there's a way to run Graphhopper in Docker without having to create my own Docker image. Is there an official method or image available? Thanks in advance for any help!
1 Answer
You might want to start by checking out GitHub for Graphhopper's Docker instructions. If you can't find a suitable image right away, it's likely you'll need to create your own. But give it a quick search first, you never know what you might find!
Actually, there's a good example over on GitHub: https://github.com/graphhopper/graphhopper?tab=readme-ov-file#docker. You can find a ready-made solution there!