This is just Pihole official with my configuration(TZ Asia/Jakarta), I applied it with DNSCrypt
tested on (STB HG-680P) Linux Armbian 5.91 Debian Buster 5.1.0 Desktop
ACCESS WEB INTERFACE : ip:8080/admin
Web port 8080 , Dns Port 53
docker run -it -p 67:67 -p 8080:80 -p 443:443 -p 53:53/tcp -p 53:53/udp --name=pihole --restart=always rizkybs70/pihole-armbian
Stop service Ctrl+C when docker show
....
.....
......
Starting crond
Starting lighttpd
[services.id] done.
You can change port with yours. Example Web port 7001 , Dns Port 5353 :
docker run -id -p 67:67 -p 7001:80 -p 443:443 -p 5353:53/tcp -p 5353:53/udp --name=pihole --restart=always rizkybs70/pihole-armbian
yourIP:8080/admin
Example 192.168.99.8:8080/admin
or you access with port same with tutorial
first installation, pihole will generate random password. Run command to change password
docker exec -it pihole /bin/bash pihole -a -p
keep it blank to remove password
Example command like pihole -f, use :
docker exec -it pihole /bin/bash pihole -f
You can Duplicate/Edit to change ENV (like TZ,port,etc) on portainer
Content type
Image
Digest
Size
169.1 MB
Last updated
about 6 years ago
docker pull rizkybs70/pihole-armbian