Setting Up PiHole on Docker using Ubuntu Server 2004 LTS
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=XTB9lQELn2I
Ubuntu Server - https://ubuntu.com/download/server • Pi-Hole Official Site - https://pi-hole.net/ • Prior to running the script on Ubuntu, you'll need to do the following: • sudo systemctl stop systemd-resolved.service • sudo systemctl disable systemd-resolved.service • sudo nano /etc/resolv.conf #add nameserver 8.8.8.8 • • Download the script from Github • wget https://raw.githubusercontent.com/pi-... • chmod 700 ./docker_run.sh • sudo ./docker_run.sh • • #Remember to change the Server IP and the Timezone prior to running your script.
#############################