From 0c31a0a03dfebb923970cd13ef0386e3d6efdbc6 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 25 Feb 2023 17:09:19 +0530 Subject: [PATCH] docker-compose.yml: updated file to use new config folder location. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 036cf532..378a488d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: # - DNS_SERVER_FORWARDER_PROTOCOL=Tcp #Forwarder protocol options: Udp, Tcp, Tls, Https, HttpsJson. # - DNS_SERVER_LOG_USING_LOCAL_TIME=true #Enable this option to use local time instead of UTC for logging. volumes: - - config:/etc/dns/config + - config:/etc/dns restart: unless-stopped sysctls: - net.ipv4.ip_local_port_range=1024 65000