Add '--full-trickle' to janus command

The signaling server warns about the missing '--full-trickle' parameter, therefore adding this.
This commit is contained in:
SystemKeeper 2020-10-28 23:37:04 +01:00 committed by GitHub
parent 18c1874333
commit 90fd048015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
restart: unless-stopped
janus:
build: docker/janus
command: ["janus"]
command: ["janus", "--full-trickle"]
network_mode: host
restart: unless-stopped
coturn: