You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
fix dnsmasq
This commit is contained in:
@ -15,4 +15,4 @@ VOLUME /etc/dnsmasq.d
|
||||
|
||||
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"]
|
||||
|
Reference in New Issue
Block a user