Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting_started/selfhosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down Expand Up @@ -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 <service-name>
```
```