1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-23 20:18:18 +02:00

Update README.md to fix typo & fix compatibility with new versions of docker compose

This commit is contained in:
Luke McCarthy 2023-08-27 02:14:03 +00:00
parent 90fea00dc7
commit 9b3664aeeb

View file

@ -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: or append the following to the docker environment variables dependig on which configuration method you used earlier:
```yml ```yml
- CONDUIT_TURN_URIS=["turn:<your server domain>?transport=udp", "turn:<your server domain>?transport=tcp"] 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_SECRET: "<secret key from coturn configuration>"
``` ```
Restart Conduit to apply these changes. Restart Conduit to apply these changes.