Hi,
We’re using Keycloak 15.0.1 within a Docker container. We’ve edited the template.tpl file and the login page looks as we desire. After a server restart, Docker uses a new directory and displays the default template.tpl, not the file we modified.
Please how can we prevent the template.tfl file we’ve created from being overwritten and using the default? Or what directory can we put our template.tfl to be used after a restart?
We’re placing the file in a valid directory as we see our modified file displayed. The directory we’re using has a name with a very long alphanumeric string (I think Docker creates this directory and name).
Thank you!