first commit

This commit is contained in:
git
2025-07-20 13:25:51 +10:00
commit a2971879f0
294 changed files with 42788 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: "3"
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
server:
container_name: dns-proxy
# hostname: pihole.lan.ddnsgeek.com
image: gists/dnscrypt-proxy
environment:
LOCAL_PORT: 5353
networks:
- traefik_default
ports:
- 5353:5353
networks:
traefik_default:
external: true