gcgarner / IOTstack

docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.51k stars 584 forks source link

How to modify Pihole password? #114

Closed begerelli closed 4 years ago

begerelli commented 4 years ago

I changed it in the ~/IOTstack/services/pihole/pihole.env like written in Wiki article, but Pihole only accepts "pihole" as password.

Thanks in advance for every help.

urosch commented 4 years ago

Connect to pihole's container using console (using portainer for example) as root and issue a command: sudo pihole -a -p Then enter new password twice, after the restart, the new password works ;)

begerelli commented 4 years ago

Many thanks, it worked with portainer.