mirror of
https://forge.dns-witch.net/dns-witch/nomilo.git
synced 2026-05-11 02:49:10 +02:00
8 lines
157 B
YAML
8 lines
157 B
YAML
services:
|
|
knot:
|
|
image: cznic/knot
|
|
volumes:
|
|
- ./zones:/storage/zones:ro
|
|
- ./config:/config:ro
|
|
command: knotd
|
|
network_mode: host
|