Compare commits

..

No commits in common. "de85bb6280414a1a7bc1ae02f69b08e8053dec1d" and "a86011cfa71c41d880a493c298529af7e4cf63c9" have entirely different histories.

View file

@ -1,7 +1,7 @@
services:
dns_server:
hostname: dns.karmacoma.dev
image: technitium/dns-server:14.3.0
image: technitium/dns-server:14.2.0
# For DHCP deployments, use "host" network mode and remove all the port mappings, including the ports array by commenting them
# network_mode: "host"
ports:
@ -15,12 +15,6 @@ services:
volumes:
- config:/etc/dns
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "dig +short @127.0.0.1 dns.karmacoma.dev || exit 1"]
interval: 1m30s
timeout: 30s
retries: 5
start_period: 30s
sysctls:
- net.ipv4.ip_local_port_range=1024 65000