mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:49:18 +02:00
add docker-compose.yml for dnsmasq
This commit is contained in:
parent
6dd7a7d80a
commit
8d252a59a1
@ -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
|
Loading…
Reference in New Issue
Block a user