1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-21 01:27:01 +02:00

fix dnsmasq --no-daemon

This commit is contained in:
kev 2015-03-06 00:31:03 +08:00
parent 025787d034
commit f70d755f11
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
dnscrypt:
image: vimagick/dnscrypt
chinadns:
image: vimagick/chinadns
ports:
- "53:53/udp"
- "53:53/tcp"
restart: always

View File

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

View File

@ -3,3 +3,4 @@ dnscrypt:
ports:
- "53:53/udp"
- "53:53/tcp"
restart: always