diff --git a/Docker-Compose-with-Caddy.md b/Docker-Compose-with-Caddy.md index b940237..731db0d 100644 --- a/Docker-Compose-with-Caddy.md +++ b/Docker-Compose-with-Caddy.md @@ -13,7 +13,7 @@ We especially provide and enforce a TLS setup here, as Caddy comes with automati Additionally you need to have proper [TLD (Top Level Domain)](https://en.wikipedia.org/wiki/Top-level_domain) on a server that is publicly reachable (with a public IP). This is necessary for Caddy to correctly obtain the TLS certificate. Also check the [Caddy automatic https requirements](https://caddyserver.com/docs/automatic-https). -⚠️ If you are missing either one of these additional prerequisites, then this setup does not work for you. Please check the [setup with nginx](https://github.com/invoiceninja/dockerfiles/wiki/docker-composee-with-nginx) instead. +⚠️ If you are missing either one of these additional prerequisites, then this setup does not work for you. Please check the [setup with nginx](https://github.com/invoiceninja/dockerfiles/wiki/docker-compose-with-nginx) instead. Even if not preferred, you can also use `https://localhost` to run IN. With that you only get a self-signed certificate and issues in your browser. Make sure you know the risk and consequences and how to tackle them.