Skip to content

Commit

Permalink
Add '--full-trickle' to janus command
Browse files Browse the repository at this point in the history
The signaling server warns about the missing '--full-trickle' parameter, therefore adding this.
  • Loading branch information
SystemKeeper authored Oct 28, 2020
1 parent 18c1874 commit 90fd048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90fd048

Please sign in to comment.