Skip to content
Snippets Groups Projects
Commit 9b3664ae authored by Luke McCarthy's avatar Luke McCarthy
Browse files

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

parent 90fea00d
No related branches found
No related tags found
No related merge requests found
......@@ -187,8 +187,8 @@ ### 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment