Update Servers/Containerization/Docker/Compose/Pi-Hole.md

This commit is contained in:
2025-04-20 23:58:22 -06:00
parent 8fd6708065
commit 1d806079e2

View File

@ -1,6 +1,6 @@
**Purpose**: Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network.
```jsx title="docker-compose.yml"
```yaml title="docker-compose.yml"
version: "3"
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
@ -36,6 +36,6 @@ networks:
external: true
```
```jsx title=".env"
```yaml title=".env"
Not Applicable
```