'pihole' command not found

I have pihole running on a opensuse Leap installation. But I've forgotten the password to the web front end. :roll_eyes: so I tried sudo pihole -a -p but I get "command not found". Since it's running in docker, do I need to start some kind of shell first?

thanks

If it's running in docker then docker exec -it [name of Pi-hole container] pihole -a -p [password]

Thanks... that was it :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.