First commit

This commit is contained in:
2025-05-16 00:19:15 +02:00
commit 45cffd4b9e
5 changed files with 83 additions and 0 deletions

14
compose.yml Executable file
View File

@@ -0,0 +1,14 @@
services:
nsd:
image: git.debilux.org/chris/docker-nsd
container_name: nsd
restart: unless-stopped
ports:
- "53:53/tcp"
- "53:53/udp"
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- ./config:/etc/nsd