From 9d46becd13cdea6c79a112953b4eca8bdf5cb484 Mon Sep 17 00:00:00 2001 From: Hattshire Date: Mon, 20 Oct 2025 20:46:22 -0300 Subject: [PATCH] Add missing instruction --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7b61630..59e174c 100644 --- a/Readme.md +++ b/Readme.md @@ -11,4 +11,4 @@ 1. In the docker-compose file, add the `VIRTUAL_HOST` environment to each web-facing service (ports 80 and 433). 2. In the docker-compose file, add the `LETSENCRYPT_HOST` environment to each service needing a certificate or web-exposed. 3. If the web service is in a port different than `80` or `433`, set `VIRTUAL_PORT` and `VIRTUAL_PROTO`(http/https) in the environment section of the service. - +4. Add the `reverse_proxy-tier` network to any web-facing service using this proxy.