diff --git a/readme.md b/readme.md index c7ec46e..3af79d6 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ This is heavily inspired and a lot of things replicated from [TADS Boilerplate p ## Important notes - `public-network` is the network all services need to be if you want them public so Traefik can find them. -- It is strongly advised to put Portainer behind a VPN or internal network. To block access from the internet, you can add `internal_services_ip_whitelist` to the variables, allowing only certain IPs. If you're using Tailscale you could do `internal_services_ip_whitelist="100.64.0.0/10"` such that only devices and nodes in that network can communicate with the web interfaces. +- It is strongly advised to put Portainer behind a VPN or internal network. To block access from the internet, you can add `internal_services_ip_whitelist` to the variables, allowing only certain IPs. - Remember to put annotations on the `deploy` section so that Traefik can find your services across all nodes. # 🚀 Quickstart