Description:
I work with the default Percona PMM-server 2 docker image and try to get the grafana LDAP settings persistent. I am unable to mount alternative versions of grafana.ini and ldap.toml, i think because of the strict permissions of these files within the image.
I use this in my container file:
-v /home/xx/.config/containers/grafana.ini:/etc/grafana\grafana.ini \
-v /home/xx/.config/containers/ldap.toml:/etc/grafana\ldap.toml \
Has any one else got this working?
I use podman on a RHEL 9 server and run the container on systemd.
Hope you can help me in the right direction.