Skip to content

Commit 06c3a83

Browse files
authored
doc: fix references to running behind NAT in the README
1 parent b15bb28 commit 06c3a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This repository contains the necessary tools to run a Jitsi Meet stack on [Docke
1919
- [Design considerations](#design-considerations)
2020
* [Configurations](#configuration)
2121
- [Advanced configuration](#advanced-configuration)
22-
- [Running on a LAN environment](#running-on-a-lan-environment)
22+
- [Running behind NAT or on a LAN environment](#running-behind-nat-or-on-a-lan-environment)
2323
* [Build Instructions](#build-instructions)
2424
* [ToDo](#todo)
2525

env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TZ=Europe/Amsterdam
1717
# Public URL for the web service.
1818
#PUBLIC_URL=https://meet.example.com
1919

20-
# IP address of the Docker host. See the "Running on a LAN environment" section
20+
# IP address of the Docker host. See the "Running behind NAT or on a LAN environment" section
2121
# in the README.
2222
#DOCKER_HOST_ADDRESS=192.168.1.1
2323

0 commit comments

Comments
 (0)