Add initial dnsmasq configuration and docker-compose setup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# docker-compose.yml
|
||||
services:
|
||||
dnsmasq:
|
||||
image: jpillora/dnsmasq:latest
|
||||
container_name: dnsmasq
|
||||
ports:
|
||||
- "53:53/udp"
|
||||
- "53:53/tcp"
|
||||
volumes:
|
||||
- ./dnsmasq.conf:/etc/dnsmasq.conf:ro
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user