From 45502f91c8b8a0498ee0cf9d26c4613e3fb5bcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sun, 25 Mar 2018 11:18:18 +0200 Subject: [PATCH] doc: updated README --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1fcc2af..a378774 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ The following variables can be set in the ``.env`` file to customize the install * ``CONFIG=/opt/jitsi-meet-cfg`` - Volume where the configuration of all the containers will be stored. +* ``DOCKER_HOST_ADDRESS=192.168.1.1`` - IP address of the host running Docker. See the "Running + in a LAN environment" section for more details. * ``TZ=Europe/Amsterdam`` - System time zone. * ``XMPP_DOMAIN=meet.jitsi`` - Domain for the XMPP server. The default works fine, since the server is only accessible via the internal container network. @@ -80,12 +82,9 @@ The following variables can be set in the ``.env`` file to customize the install ## Limitations -Currently a single Jitsi Videobridge is supported, and it has to run in ``host`` mode, that is, -directly connected to the host's network. - -Multiple container replicas are not supported. - -Docker Swarm mode is not yet supported. +* Currently a single Jitsi Videobridge is supported. +* Multiple container replicas are not supported. +* Docker Swarm mode is not yet supported. [Jitsi]: https://jitsi.org/