From 223785e589dccc45442fb2b4645563d35b8db3a6 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sun, 30 Oct 2022 17:56:54 +0530 Subject: [PATCH] docker-compose.yml: updated comment for deploying DHCP server. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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