Compare commits
1 Commits
46a0154871
...
536f5d60ea
Author | SHA1 | Date | |
---|---|---|---|
536f5d60ea |
3
config/dnsmasq/.gitignore
vendored
3
config/dnsmasq/.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
*
|
|
||||||
!.gitignore
|
|
||||||
!.example
|
|
@ -6,4 +6,4 @@ no-resolv
|
|||||||
server=8.8.4.4
|
server=8.8.4.4
|
||||||
server=8.8.8.8
|
server=8.8.8.8
|
||||||
#explicitly define host-ip mappings
|
#explicitly define host-ip mappings
|
||||||
address=/domain/ip
|
address=/homerealestate.cz/144.76.56.24
|
@ -59,14 +59,6 @@ services:
|
|||||||
extends:
|
extends:
|
||||||
file: docker-compose.base.yml
|
file: docker-compose.base.yml
|
||||||
service: inbucket
|
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:
|
volumes:
|
||||||
database:
|
database:
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
FROM alpine:latest
|
|
||||||
|
|
||||||
# @see https://github.com/mcmar/docker-dnsmasq
|
|
||||||
|
|
||||||
RUN apk --no-cache add dnsmasq
|
|
||||||
|
|
||||||
EXPOSE 53/tcp 53/udp 67/udp
|
|
||||||
|
|
||||||
CMD ["dnsmasq", "-k"]
|
|
Reference in New Issue
Block a user