Technitium DNS Umstellung Cluster
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
services:
|
services:
|
||||||
dns-server:
|
dns-server:
|
||||||
container_name: dns-server
|
container_name: dns-server
|
||||||
hostname: dns-server
|
hostname: dns-server1
|
||||||
image: technitium/dns-server:latest
|
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
|
# For DHCP deployments, use "host" network mode and remove all the port mappings, including the ports array by commenting them
|
||||||
# network_mode: "host"
|
# network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
- "5380:5380/tcp" #DNS web console (HTTP)
|
- "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/udp" #DNS service
|
||||||
- "53:53/tcp" #DNS service
|
- "53:53/tcp" #DNS service
|
||||||
# - "853:853/udp" #DNS-over-QUIC service
|
# - "853:853/udp" #DNS-over-QUIC service
|
||||||
|
|||||||
Reference in New Issue
Block a user