From 06c3a83a3add2d7cdd95695c94b64ac0a5334644 Mon Sep 17 00:00:00 2001 From: Harm Berntsen Date: Thu, 26 Mar 2020 14:37:58 +0100 Subject: [PATCH] doc: fix references to running behind NAT in the README --- README.md | 2 +- env.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd17a57..2bb1472 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository contains the necessary tools to run a Jitsi Meet stack on [Docke - [Design considerations](#design-considerations) * [Configurations](#configuration) - [Advanced configuration](#advanced-configuration) - - [Running on a LAN environment](#running-on-a-lan-environment) + - [Running behind NAT or on a LAN environment](#running-behind-nat-or-on-a-lan-environment) * [Build Instructions](#build-instructions) * [ToDo](#todo) diff --git a/env.example b/env.example index d92b78d..bd068b5 100644 --- a/env.example +++ b/env.example @@ -17,7 +17,7 @@ TZ=Europe/Amsterdam # Public URL for the web service. #PUBLIC_URL=https://meet.example.com -# IP address of the Docker host. See the "Running on a LAN environment" section +# IP address of the Docker host. See the "Running behind NAT or on a LAN environment" section # in the README. #DOCKER_HOST_ADDRESS=192.168.1.1