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:
|
||||
dns-server:
|
||||
container_name: dns-server
|
||||
hostname: dns-server
|
||||
dns_server:
|
||||
hostname: dns.karmacoma.dev
|
||||
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
|
||||
# network_mode: "host"
|
||||
|
|
|
|||
Loading…
Reference in a new issue