first commit
This commit is contained in:
13
compose.yml
Normal file
13
compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
nsd:
|
||||
build: .
|
||||
image: nsd:latest
|
||||
container_name: ns1netignet_nsd
|
||||
hostname: ns1netignet
|
||||
volumes:
|
||||
- ./conf/zones:/etc/nsd/zones
|
||||
- ./conf/nsd.conf.d:/etc/nsd/nsd.conf.d
|
||||
ports:
|
||||
- "53:53"
|
||||
- "53:53/udp"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user