mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
fix dnsmasq --no-daemon
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
dnscrypt:
|
||||
image: vimagick/dnscrypt
|
||||
chinadns:
|
||||
image: vimagick/chinadns
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
restart: always
|
||||
|
||||
@@ -4,4 +4,4 @@ command = chinadns -m -c /etc/chnroute.txt -p 2053
|
||||
|
||||
[program:dnsmasq]
|
||||
priority = 200
|
||||
command = dnsmasq -C /etc/dnsmasq.conf
|
||||
command = dnsmasq -d -C /etc/dnsmasq.conf
|
||||
|
||||
@@ -3,3 +3,4 @@ dnscrypt:
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user