You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeus/docker/dns-server/docker-compose.yml

15 lines
305 B
YAML

version: '3'
services:
dnsmasq:
image: andyshinn/dnsmasq:2.75
cap_add:
- NET_ADMIN
ports:
- "53:53/tcp"
- "53:53/udp"
volumes:
- ./etc/resolv.dnsmasq:/etc/resolv.dnsmasq
- ./etc/dnsmasq.conf:/etc/dnsmasq.conf
- ./etc/dnsmasqhosts:/etc/dnsmasqhosts