Update README.md

This commit is contained in:
Gerrit Gogel 2021-01-23 20:01:26 +01:00 committed by GitHub
parent 531af63c47
commit bde05002be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,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 basically everybody, who uses Docker, has already some docker-based reverse proxy in place that 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 basically everybody, who uses Docker, already has some docker-based reverse proxy in place that 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 solution, have a look a those options:
- [jwilder/nginx-proxy](https://github.com/nginx-proxy/nginx-proxy) (recommended for beginners)