Skip to content

Instantly share code, notes, and snippets.

@startergo
Created September 11, 2023 17:36
Show Gist options
  • Save startergo/5279e27eacaf467c31d69e6cf0b52fbd to your computer and use it in GitHub Desktop.
Save startergo/5279e27eacaf467c31d69e6cf0b52fbd to your computer and use it in GitHub Desktop.
Docker PiHole Image
  • Run:
docker-compose pull

to download the old version (if you don't have it yet)

  • Run:
docker-compose stop pihole

to stop pihole

  • Run:
docker-compose rm pihole

to remove the previous image

  • Run:
docker-compose up -d

to start the pihole daemon again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment