Merge pull request #57 from SystemKeeper/patch-1

Add '--full-trickle' to janus command
This commit is contained in:
Joachim Bauch 2020-10-29 08:22:23 +01:00 committed by GitHub
commit 4cd33707c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: