Skip to content

Commit

Permalink
run dnsmasq in docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed Feb 16, 2017
1 parent 1286f17 commit bab625f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apicast/bin/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ else
apicast=apicast
fi

dnsmasq --listen-address=127.0.0.1 --all-servers --no-host --no-hosts --log-facility=- --cache-size=1000 --port=5353 --server=${RESOLVER:-}
export RESOLVER=127.0.0.1:5353

exec "${apicast}" "$@"

0 comments on commit bab625f

Please sign in to comment.