diff --git a/docker-compose.yml b/docker-compose.yml index 460f00ff..7cc8cb55 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: container_name: dns-server hostname: dns-server image: technitium/dns-server:latest - # Use "host" network mode for DHCP deployments + # 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