From 507fa1656f5b6acaff7ab36f2f0f1fca43cb0add Mon Sep 17 00:00:00 2001 From: DragonSlayer_14 Date: Sat, 27 Jun 2026 23:42:26 +0200 Subject: [PATCH] Ref: Passt Hostname und Server Domain auf dns.dragon.intranet an --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 358cd65..affb254 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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.