From a7574a7663c4c04dca04c841d7019c17c906aa20 Mon Sep 17 00:00:00 2001 From: Ukasha Zia Date: Mon, 22 Apr 2024 14:12:19 +0500 Subject: [PATCH] Fix: Typo in selfhosted document (#183) - Corrected typo: `artifacts/turnserver.cong` -> `artifacts/turnserver.conf` --- src/pages/selfhosted/selfhosted-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/selfhosted/selfhosted-guide.mdx b/src/pages/selfhosted/selfhosted-guide.mdx index 1e8dbc2a..de6a46a4 100644 --- a/src/pages/selfhosted/selfhosted-guide.mdx +++ b/src/pages/selfhosted/selfhosted-guide.mdx @@ -121,7 +121,7 @@ Make sure all the required properties set in the ```setup.env``` file and run: ./configure.sh ``` -This will export all the properties as environment variables and generate ```artifacts/docker-compose.yml```, ```artifacts/management.json``` and ```artifacts/turnserver.cong``` files substituting required variables. +This will export all the properties as environment variables and generate ```artifacts/docker-compose.yml```, ```artifacts/management.json``` and ```artifacts/turnserver.conf``` files substituting required variables. ### Step 6: Run docker compose: