Files
dnsmasq/docker-compose.yaml
2025-12-15 11:07:55 -06:00

11 lines
250 B
YAML

services:
dnsmasq:
restart: always
image: strm/dnsmasq
container_name: dnsmasq
volumes:
- /home/mattspeer/docker/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf
ports:
- "192.168.4.20:53:53/udp"
cap_add:
- NET_ADMIN