I followed the doc to modify the admin password . I use the docker compose solution.
Since we replace the internal_users.yml in the docker-compose configuration, each time we restart our containers, we loose the password change made with the Kibana interface. For example, since the logstash user hash is present il the internal_users.yml I presume It force the old password each time.
Is there a solution on docker, to reset the admin password and keep the possibility to modify user from the Kibana interface?