This commit is contained in:
2024-05-08 21:58:16 +01:00
parent 2b67d20176
commit 61b79a0574
8 changed files with 740 additions and 18 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
services:
app:
image: "ghcr.io/luketainton/docker-dnsmasq:latest"
restart: "unless-stopped"
volumes:
- ./config/dnsmasq.conf:/etc/dnsmasq.conf:rw
- ./config/hosts:/etc/hosts:rw
- ./config/resolv.conf:/etc/resolv.conf:rw
ports:
- "53:53/udp"
- "8080:8080/tcp"