mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
fix dnsmasq
This commit is contained in:
parent
8d252a59a1
commit
2cdb51748b
@ -15,4 +15,4 @@ VOLUME /etc/dnsmasq.d
|
|||||||
|
|
||||||
EXPOSE 53/tcp 53/udp 67/udp
|
EXPOSE 53/tcp 53/udp 67/udp
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/sbin/dnsmasq", "--user=dnsmasq", "--group=dnsmasq"]
|
ENTRYPOINT ["/usr/sbin/dnsmasq", "--no-daemon", "--user=dnsmasq", "--group=dnsmasq"]
|
||||||
|
@ -6,4 +6,6 @@ dnsmasq:
|
|||||||
- "67:67/udp"
|
- "67:67/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- ./dnsmasq.d:/etc/dnsmasq.d
|
- ./dnsmasq.d:/etc/dnsmasq.d
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user