From ddc1cfc3f4de69f28d353b1530c0252d82637823 Mon Sep 17 00:00:00 2001 From: Gerrit Gogel Date: Sat, 23 Jan 2021 23:21:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba0fff..94c27ad 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Networks: The caddy reverse proxy integrated in the deployment exposes **port 80**. Point your reverse proxy to that port. Long version: - This deployment does by design **not** include a reverse proxy that is capable of https and Let's Encrypt, because usually Docker users already have some reverse docker-based proxy solution deployed, which does exactly that. If you're using Docker for a while already, you probably know what to do and you can skip this section. + This deployment does by design **not** include a reverse proxy that is capable of https and Let's Encrypt, because usually Docker users already have some docker-based reverse proxy solution deployed, which does exactly that. If you're using Docker for a while already, you probably know what to do and you can skip this section. If you are new to Docker or you are interested in another revers proxy solution, have a look at those options: - [jwilder/nginx-proxy](https://github.com/nginx-proxy/nginx-proxy) (recommended for beginners)