IAmStoxe / wirehole

WireHole is a combination of WireGuard, Pi-hole, and Unbound in a docker-compose project with the intent of enabling users to quickly and easily create a personally managed full or split-tunnel WireGuard VPN with ad blocking capabilities thanks to Pi-hole, and DNS caching, additional privacy options, and upstream providers via Unbound.
https://iamstoxe.com
Other
4.62k stars 312 forks source link

howto update pi-hole in wirehole? #52

Open GuinnessDublin opened 2 years ago

GuinnessDublin commented 2 years ago

pihole -up dont work inside docker.

howto update wirehole's pihole then?

oyren commented 2 years ago
docker-compose down -t 120
docker-compose pull
docker-compose up
GuinnessDublin commented 2 years ago

Thank you that worked.