From 88d1034e32a59aec15602bd6520d1eb3ec17ec66 Mon Sep 17 00:00:00 2001 From: Jonas Haag Date: Tue, 2 Feb 2021 12:54:01 +0100 Subject: [PATCH] doc: add port to PUBLIC_URL Fixes #931 --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index c04292d..3f80688 100644 --- a/env.example +++ b/env.example @@ -45,7 +45,7 @@ HTTPS_PORT=8443 TZ=UTC # Public URL for the web service (required) -#PUBLIC_URL=https://meet.example.com +#PUBLIC_URL=https://meet.example.com:8443 # IP address of the Docker host # See the "Running behind NAT or on a LAN environment" section in the Handbook: