Closed JohnLindahlTech closed 4 months ago
May I ask if there are any problems with the command overriding? Setting it to serve --add-template /path/to/file
shouldn't be difficult, I suppose. Or am I mistaken?
Not difficult, more on the keeping things neat as I prefer config via env-vars. For visuals and easier to maintain I find it.
🚀 v3.2.0
Thank you very much!
Is there an existing issue for this?
Describe the problem to be solved
Trying out v3 in docker with
tarampampam/error-pages:3.1.0
I have always been running a custom template and with the new version I need to run the cli flag
--add-template
and it makes the Docker-composefile a bit messy which was not needed prior.Suggest a solution
Adding a companion env var
ADD_TEMPLATE
as for the other config flags, would allow me to not override the defaultcommand
in docker.Additional context
No response