From 90fd048015e0d41dd8e68613adff3c03c1ff85a4 Mon Sep 17 00:00:00 2001 From: SystemKeeper Date: Wed, 28 Oct 2020 23:37:04 +0100 Subject: [PATCH] Add '--full-trickle' to janus command The signaling server warns about the missing '--full-trickle' parameter, therefore adding this. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 23d2b78..e4b0150 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: