First commit
This commit is contained in:
14
compose.yml
Executable file
14
compose.yml
Executable 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
|
Reference in New Issue
Block a user