From 6908aa0797a5186e4dd6bfc0d5be8643a2ac0265 Mon Sep 17 00:00:00 2001 From: Jakob Schnell Date: Wed, 9 Oct 2024 10:15:11 +0200 Subject: [PATCH] fix: use latest release in docker-compose download link --- docs/run-instance/running-with-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run-instance/running-with-docker.md b/docs/run-instance/running-with-docker.md index 20e2ba79dc..278a5484d0 100644 --- a/docs/run-instance/running-with-docker.md +++ b/docs/run-instance/running-with-docker.md @@ -26,7 +26,7 @@ Starting with openrouteservice v8.0.0, you can (and should) download the compose on the [releases page](https://github.com/GIScience/openrouteservice/releases), in the browser or e.g. with ```shell -wget https://github.com/GIScience/openrouteservice/releases/download/v8.0.0/docker-compose.yml +wget https://github.com/GIScience/openrouteservice/releases/latest/download/docker-compose.yml ``` Now start openrouteservice in the background: