Skip to content

Commit

Permalink
Bind to 0.0.0.0 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Feb 17, 2016
1 parent 7dfc21f commit 99d111a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ MAINTAINER Jan Broer <[email protected]>
ADD https://github.com/janeczku/go-dnsmasq/releases/download/1.0.0/go-dnsmasq_linux-amd64 /go-dnsmasq
RUN chmod +x /go-dnsmasq

ENV DNSMASQ_LISTEN=0.0.0.0
EXPOSE 53 53/udp
ENTRYPOINT ["/go-dnsmasq"]

0 comments on commit 99d111a

Please sign in to comment.