Update docker-compose.yml

changed hostname

Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
KARMACOMA 2025-11-02 21:41:59 +00:00
parent 6677a3eb52
commit 27400954bd

View file

@ -1,7 +1,6 @@
services: services:
dns-server: dns_server:
container_name: dns-server hostname: dns.karmacoma.dev
hostname: dns-server
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"