initial commit
This commit is contained in:
11
docker-compose.yaml
Normal file
11
docker-compose.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user