docker-compose.yml: updated comment for deploying DHCP server.

This commit is contained in:
Shreyas Zare
2022-10-30 17:56:54 +05:30
parent 2bdef61f35
commit 223785e589

View File

@@ -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