diff --git a/docs/getting_started/selfhosting.md b/docs/getting_started/selfhosting.md index c0fa22e..19492d9 100644 --- a/docs/getting_started/selfhosting.md +++ b/docs/getting_started/selfhosting.md @@ -56,7 +56,7 @@ For hosting VyHub, some requirements must be met: 7. In `.env`, insert your Steam API key that can be generated [here](https://steamcommunity.com/dev/apikey). - If you know wht you are doing, you can further adjust config parameters. They are documented [here](https://github.com/matbyte-com/vyhub-onprem#environment-variables). + If you know what you are doing, you can further adjust config parameters. They are documented [here](https://github.com/matbyte-com/vyhub-onprem#environment-variables). 8. In `docker-compose.override.yml`, change the vyhub image version to the newest version (see [changelog](../changelog.md)) @@ -110,4 +110,4 @@ To update your VyHub instance, follow these steps: If a container is missing or is not running, check the logs with: ``` bash docker compose logs - ``` \ No newline at end of file + ```