jvb: set LOCAL_ADDRESS to the correct local IP (#630)
NAT_HARVESTER_LOCAL_ADDRESS needs to bet set to the local IP that is actually used to communicate with clients. In Docker containers "hostname -I" returns the IPs of all interfaces. The order of the IPs depends on the interface create order. Docker makes no guarantees about the interface order and in my tests it is random. As a result NAT_HARVESTER_LOCAL_ADDRESS is sometimes set to the IP of the internal meet.jitsi interface. Fix this by setting it to the source IP used for routing to $DOCKER_HOST_ADDRESS Adds 2803 kB disk space for iproute2 and dependencies. Partly addresses #338pull/699/head
parent
97f5e752b3
commit
e6586f2ad2
Loading…
Reference in new issue