From: Otto Moerbeek Date: Wed, 10 Jul 2024 13:33:36 +0000 (+0200) Subject: Fix example command line X-Git-Tag: rec-5.1.1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c8971f97f6ed845ee84a85b16d38114c777fa2;p=thirdparty%2Fpdns.git Fix example command line (cherry picked from commit 7bfa760eb2a7df849c88252f471fc6626fbd4f97) --- diff --git a/Dockerfile-recursor b/Dockerfile-recursor index 40c2847118..0f700781ee 100644 --- a/Dockerfile-recursor +++ b/Dockerfile-recursor @@ -1,6 +1,6 @@ # USAGE -# docker build --build-arg MAKEFLAGS=-j8 -t recursor -f docker/Dockerfile-recursor . +# docker build --build-arg MAKEFLAGS=-j8 -t recursor -f Dockerfile-recursor . # docker run -p 1053:53 -p 1053:53/udp -ti --rm recursor # dig a www.example.com @0 -p 1053