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