moved to NFS share for volume storage. Migrated all data

This commit is contained in:
git
2026-07-02 12:49:48 +10:00
parent d9cce278e6
commit 5e47ae2777
110 changed files with 146 additions and 6611 deletions
@@ -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