Guido Müller (Guido Mueller)
Guido Müller (Guido Mueller)
After mounting the templates in the container the files are in their place: ``` $ find /templates/ /templates/ /templates/user-login /templates/user-login/template.mjml /templates/user-login/metadata.json ``` After doing a `curl` ``` curl -v \...
I can acknowledge that setting SWAGGER_ENABLED to false avoids the 404 error. So something might be wrong with your swagger config.
To get back to the original question: Dockerfile line 12 reads: `COPY template /code/template` When I get you right this line does not make sense. Or is it used during...
Yeah, that is the information missing in the documentation. It should read this way: If you have write acces to the branch do this. Else do that.
Found also out that line feeds are also eliminated from the substitue value. This prevents the usage of this feature for PEM encoded material.
I don't believe it is an issue with the chart because I have noticed that: When there is a problem in the regex the log shows there is a problem....
The Helm chart is here: https://github.com/kiwigrid/helm-charts/tree/master/charts/graphite
> I don't believe it is an issue with the chart because I have noticed that: > > When there is a problem in the regex the log shows there...
I found out this problem exists also when I run the pure Docker image: ``` docker run -d --name graphite --restart=always -p 8080:80 \ -p 2003-2004:2003-2004 -p 2023-2024:2023-2024 \ -p...
> Here is the rootless Dockerfile that could be merged into this solution https://github.com/industrieco/docker-exim-relay The link gives 404 now.