* updated dnsmasq to 2.90

This commit is contained in:
2024-08-23 18:43:23 +03:00
parent b0cd920e41
commit c37ff438d8
4 changed files with 20 additions and 9 deletions

View File

@ -59,6 +59,14 @@ services:
extends:
file: docker-compose.base.yml
service: inbucket
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
volumes:
database: