docker-compose.yml: updated file to use new config folder location.

This commit is contained in:
Shreyas Zare
2023-02-25 17:09:19 +05:30
parent 7422262640
commit 0c31a0a03d

View File

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