Update docker-compose.yml
changed hostname Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
6677a3eb52
commit
27400954bd
1 changed files with 2 additions and 3 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue