home-server
docker-compose.yml
services:
dnsmasq:
image: andyshinn/dnsmasq:2.83
container_name: dnsmasq
network_mode: host
cap_add:
- NET_ADMIN
volumes:
- /path/to/home/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf:ro,z
restart: always