jvb: try to use the correct IP as the default server ID

This hopefully fixes WS issues on environment with multiple networks
such as Docker Swarm.
This commit is contained in:
Saúl Ibarra Corretgé
2021-10-12 22:14:26 +02:00
parent 9e982fe9e2
commit 487bcca46d
3 changed files with 14 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ ARG BASE_TAG=latest
FROM ${JITSI_REPO}/base-java:${BASE_TAG}
RUN apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jq curl iproute2 && \
apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jq curl iproute2 dnsutils && \
apt-cleanup
COPY rootfs/ /