Hi All,
I am running PiHole in a docker container on a raspberry pi.
Works fine except one thing, I have set up the docker compose file originally used with a password that I now want to change. Running "pihole -a -p" inside the container let's me change it, but the moment I restart the container the password goes back to the original one set during initial container creation.
I've tried to look for the config file and found the setupVars.conf but the WEBPASSWORD there is a hash so I don't think I can change it there.
I'm new to Raspberry Pi, docker and linux so might be missing something.
Can someone please let me know how to change this password so it doesn't reset each reboot?
Thanks so much!