mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
add docker-compose.yml for dnsmasq
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
dnsmasq:
|
||||
image: vimagick/dnsmasq
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
- "67:67/udp"
|
||||
volumes:
|
||||
- ./dnsmasq.d:/etc/dnsmasq.d
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user