Skip to content

Commit

Permalink
fix: use latest release in docker-compose download link
Browse files Browse the repository at this point in the history
  • Loading branch information
koebi committed Oct 9, 2024
1 parent 2bd1097 commit 6908aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run-instance/running-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6908aa0

Please sign in to comment.