소스 검색

doc: updated README

Saúl Ibarra Corretgé 7 년 전
부모
커밋
45502f91c8
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 5 6
      README.md

+ 5 - 6
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/