Technitium DNS Umstellung Cluster

This commit is contained in:
2025-11-30 15:07:49 +01:00
parent eba0d45d50
commit 664772a900

View File

@@ -1,13 +1,13 @@
services:
dns-server:
container_name: dns-server
hostname: dns-server
hostname: dns-server1
image: technitium/dns-server:latest
# For DHCP deployments, use "host" network mode and remove all the port mappings, including the ports array by commenting them
# network_mode: "host"
ports:
- "5380:5380/tcp" #DNS web console (HTTP)
# - "53443:53443/tcp" #DNS web console (HTTPS)
- "53443:53443/tcp" #DNS web console (HTTPS)
- "53:53/udp" #DNS service
- "53:53/tcp" #DNS service
# - "853:853/udp" #DNS-over-QUIC service