Skip to content

Commit

Permalink
fix: use latest release in docker-compose download link (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
takb authored Oct 9, 2024
2 parents c04861b + 6908aa0 commit d5108d9
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 d5108d9

Please sign in to comment.