From 3f782305f5e254c83ac07fd62242ded4809b37c3 Mon Sep 17 00:00:00 2001 From: Arne Setzer Date: Tue, 19 Sep 2023 09:42:45 +0200 Subject: [PATCH] Changed docker image location to github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a553f3b..8affdd76 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ We base [our Docker images](https://hub.docker.com/r/osrm/osrm-frontend/) on Alp Serves the frontend at `http://localhost:9966` running queries against the routing engine backend: ``` -docker run -p 9966:9966 osrm/osrm-frontend +docker run -p 9966:9966 ghcr.io/project-osrm/osrm-frontend:latest ``` Per default routing requests are made against the backend at `http://localhost:5000`.