Skip to content

Commit

Permalink
docs(docker): wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaeu committed Mar 18, 2024
1 parent 7e23e7c commit a5c1288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Go to the [API Reference](https://giscience.github.io/openrouteservice/api-refer

## Installation

You can easily run openrouteservice yourself! We suggest using docker to install and launch openrouteservice backend. In short, a machine with a working [docker installation](https://www.digitalocean.com/community/tutorial_collections/how-to-install-and-use-docker) will get everything done for you.
You can easily run openrouteservice yourself! We suggest using docker to install and launch openrouteservice. In short, a machine with a working [docker installation](https://www.digitalocean.com/community/tutorial_collections/how-to-install-and-use-docker) will get everything done for you.

Only use nightly (main branch) if you know what you do. We recommend running docker compose with the latest release version:

Expand Down
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 @@ -384,7 +384,7 @@ You should never edit the file `ors-docker/config/example-ors-config.env` becaus
## Troubleshooting
If openrouteservice cannot be started or does not operate as expected, most important is to check the logs.
If openrouteservice cannot be started or does not operate as expected, it is most important to check the logs.
There are two ways to inspect the logs, with some differences: `docker compose logs` and `ors-docker/logs/ors.log`
| `docker compose logs` | `ors-docker/logs/ors.log` |
Expand Down

0 comments on commit a5c1288

Please sign in to comment.