mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
12 lines
187 B
YAML
12 lines
187 B
YAML
dnsmasq:
|
|
image: vimagick/dnsmasq
|
|
ports:
|
|
- "53:53/tcp"
|
|
- "53:53/udp"
|
|
- "67:67/udp"
|
|
volumes:
|
|
- ./dnsmasq.d:/etc/dnsmasq.d
|
|
cap_add:
|
|
- NET_ADMIN
|
|
restart: always
|