mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-03-24 14:30:01 +00:00
docker-compose.yml: updated comment for deploying DHCP server.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user