Skip to content

Instantly share code, notes, and snippets.

@twixt01
twixt01 / docker-compose.yaml
Last active April 15, 2020 06:56 — forked from SeanChristopherConway/docker-compose.yaml
Docker Pihole with unbound for authoritative, validating, recursive caching DNS
version: "3.7"
services:
pihole:
container_name: pihole
image: pihole/pihole:latest
dns: 127.0.0.1
restart: unless-stopped
links:
- unbound