docs: same style

This commit is contained in:
decentral1se 2022-01-09 15:16:27 +01:00
parent 0a4e2813ca
commit 100205cd04
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 4 additions and 4 deletions

View File

@ -45,15 +45,15 @@ You need 3 A records, pointing to the same IP.
abra app run <app> server create-invite --admin --group default
```
### How does the coturn setup work?
### How does the `coturn` setup work?
We default to using an external coturn to support the homebrew server as a
We default to using an external `coturn` to support the homebrew server as a
first class citizen. `coturn` is known to not work at all if behind a NAT and
is better served directlry from a ipv4. For homebrew setups (behind router),
it's better to dial out to an external coturn server. Hence, you'll need to
it's better to dial out to an external `coturn` server. Hence, you'll need to
bring your own `coturn` server configuration to use this recipe.
If you want to use the internal Snikket coturn setup, use the following:
If you want to use the internal Snikket `coturn` setup, use the following:
```
COMPOSE_FILE="compose.yml:compose.coturn-int.yml"