mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-02 15:51:05 +02:00
jvb: fix check for JVB_TCP_HARVESTER_DISABLED
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/885
This commit is contained in:
parent
a7fb101e2c
commit
ada7b952e9
@ -10,7 +10,7 @@ videobridge {
|
||||
port = {{ .Env.JVB_PORT }}
|
||||
}
|
||||
tcp {
|
||||
enabled = {{ not .Env.JVB_TCP_HARVESTER_DISABLED }}
|
||||
enabled = {{ not (.Env.JVB_TCP_HARVESTER_DISABLED | default "true" | toBool) }}
|
||||
port = {{ .Env.JVB_TCP_PORT }}
|
||||
{{ if not (eq $JVB_TCP_PORT $JVB_TCP_MAPPED_PORT) }}
|
||||
mapped-port = {{ $JVB_TCP_MAPPED_PORT }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user