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)