11 lines
250 B
YAML
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 |