Neal DeBuhr
Results
1
comments of
Neal DeBuhr
Adding the following environment variable worked for me - seems the docker container will only accept requests from `LOCAL_DOMAIN`: ```yaml extraEnvVars: LOCAL_DOMAIN: your.domain.example.com ```