add barebones knot config
This configuration does not yet do much but it provisions a knot server that runs.
This commit is contained in:
parent
d9fc1ef401
commit
2a3a2de38d
8 changed files with 116 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
# Links & Resources
|
||||
# https://www.knot-dns.cz/docs/latest/html/index.html
|
||||
|
||||
services:
|
||||
knot:
|
||||
image: docker.io/cznic/knot:v3.5.4
|
||||
restart: unless-stopped
|
||||
command: "knotd"
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./configs:/config:ro
|
||||
- ./storage:/storage
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue