From 91dfa7d2c84f4dd504b6c4828f16551716726fb4 Mon Sep 17 00:00:00 2001 From: SmugTheKiler Date: Wed, 2 Jul 2025 10:01:09 +0200 Subject: [PATCH] Update selfhosting.md Fixed a typo. --- docs/getting_started/selfhosting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/selfhosting.md b/docs/getting_started/selfhosting.md index c0fa22e4..19492d93 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 + ```