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