10 lines
254 B
Plaintext
10 lines
254 B
Plaintext
|
services:
|
||
|
dnsmasq:
|
||
|
restart: always
|
||
|
build:
|
||
|
context: ./dockerfiles/dnsmasq
|
||
|
volumes:
|
||
|
- ./config/dnsmasq/dnsmasq.conf:/etc/dnsmasq.conf
|
||
|
cap_add:
|
||
|
- NET_ADMIN # @see https://man7.org/linux/man-pages/man7/capabilities.7.html
|