commit 0d634411b5ab8f74b50d3a210e86a640e507352b parent b99edd98030069262d63777daacb2c99632caef6 Author: andrew <andrew@brgr.localdomain> Date: Sun, 15 Feb 2026 20:40:04 -0600 Accidentally removed pihole Diffstat:
| M | docker-compose.yml | | | 26 | +++++++++++++------------- |
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/docker-compose.yml b/docker-compose.yml @@ -42,19 +42,19 @@ services: # volumes: # - ../docs:/usr/share/nginx/html # restart: unless-stopped - #pihole: - # container_name: pihole - # image: pihole/pihole:latest - # ports: - # - "53:53/tcp" - # - "53:53/udp" - # - "180:80/tcp" - # environment: - # TZ: 'America/Chicago' - # volumes: - # - '../pihole-etc:/etc/pihole' - # - '../pihole-dnsmasq.d:/etc/dnsmasq.d' - # restart: unless-stopped + pihole: + container_name: pihole + image: pihole/pihole:latest + ports: + - "53:53/tcp" + - "53:53/udp" + - "180:80/tcp" + environment: + TZ: 'America/Chicago' + volumes: + - '../pihole-etc:/etc/pihole' + - '../pihole-dnsmasq.d:/etc/dnsmasq.d' + restart: unless-stopped # searxng: # container_name: searxng