Updates
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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"
|
Reference in New Issue
Block a user