Ref: Passt Hostname und Server Domain auf dns.dragon.intranet an

This commit is contained in:
2026-06-27 23:42:26 +02:00
parent 4bf7a614f3
commit 507fa1656f
+2 -2
View File
@@ -1,7 +1,7 @@
services:
dns-server:
container_name: dns-server
hostname: dns-server
hostname: dns.dragon.intranet
image: docker.io/technitium/dns-server:15.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"
@@ -18,7 +18,7 @@ services:
# - "8053:8053/tcp" #DNS-over-HTTP service (use with reverse proxy)
# - "67:67/udp" #DHCP service
environment:
- DNS_SERVER_DOMAIN=dns-server #The primary domain name used by this DNS Server to identify itself.
- DNS_SERVER_DOMAIN=dns.dragon.intranet #The primary domain name used by this DNS Server to identify itself.
# - DNS_SERVER_ADMIN_PASSWORD=password #DNS web console admin user password.
# - DNS_SERVER_ADMIN_PASSWORD_FILE=password.txt #The path to a file that contains a plain text password for the DNS web console admin user.
# - DNS_SERVER_PREFER_IPV6=false #DNS Server will use IPv6 for querying whenever possible with this option enabled.