From d17b23ad7818c0e0b6c0508d3c2096d9ac61afa9 Mon Sep 17 00:00:00 2001 From: Krot Eval <38257723+4n70w4@users.noreply.github.com> Date: Sat, 12 Sep 2020 19:30:35 +0300 Subject: [PATCH] Update README.md https://github.com/psi-4ward/docker-powerdns/issues/36 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f5e592..f8bb465 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ $ docker run --name pdns \ -p 53:53/udp \ -e MYSQL_USER=root \ -e MYSQL_PASS=supersecret \ + -e MYSQL_PORT=3306 \ psitrax/powerdns \ --cache-ttl=120 \ --allow-axfr-ips=127.0.0.1,123.1.2.3