Merge branch 'lukehmcc-next-patch-37096' into 'next'
Update README.md to fix typo & fix compatibility with new versions of docker compose See merge request famedly/conduit!545
This commit is contained in:
commit
fa725a14e2
1 changed files with 2 additions and 2 deletions
|
@ -187,8 +187,8 @@ turn_secret = "<secret key from coturn configuration>"
|
|||
```
|
||||
or append the following to the docker environment variables dependig on which configuration method you used earlier:
|
||||
```yml
|
||||
- CONDUIT_TURN_URIS=["turn:<your server domain>?transport=udp", "turn:<your server domain>?transport=tcp"]
|
||||
- CONDUIT_TURN_SECRET="<secret key from coturn configuration>
|
||||
CONDUIT_TURN_URIS: '["turn:<your server domain>?transport=udp", "turn:<your server domain>?transport=tcp"]'
|
||||
CONDUIT_TURN_SECRET: "<secret key from coturn configuration>"
|
||||
```
|
||||
Restart Conduit to apply these changes.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue