Hello,
I'm trying to setup traefik and was following this wiki: Ultimate Traefik Docker Compose Guide [2022] with LetsEncrypt | SHB
I'm trying to up traefik and getting this error:
2022-10-16T18:03:15.914158292Z time="2022-10-16T13:03:15-05:00" level=info msg="Configuration loaded from flags."
2022-10-16T18:03:15.916419497Z 2022/10/16 13:03:15 traefik.go:80: command traefik error: error while building entryPoint https: error preparing http server: parsing CIDR trusted IPs : invalid CIDR address:
Looks like my error has to do with this line:
- --entrypoints.https.forwardedHeaders.trustedIPs=$CLOUDFLARE_IPS,$LOCAL_IPS#
not sure why it's not calling my variables right