Files
jitsi-meet-deployment/jvb/Dockerfile
Saúl Ibarra Corretgé 366bd3e4fe jvb: disable TCP harvester
TCP is to be handled by a TURN server, which provides other improvements like
P2P for 1-1 calls.
2018-08-09 23:29:27 +02:00

13 lines
183 B
Docker

FROM jitsi/base-java
RUN \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y jitsi-videobridge && \
apt-cleanup
COPY rootfs/ /
VOLUME /config
EXPOSE 10000/udp