You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02: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