From f8b49ec82523181df98c6f423cac42cbb665bcb4 Mon Sep 17 00:00:00 2001 From: "rf@worldstream.nl" Date: Mon, 21 Oct 2019 11:48:20 +0200 Subject: [PATCH] Backtick fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d681aa5..5b57a71 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ docker run --name pdns \ * `MYSQL_DB=pdns` * `MYSQL_DNSSEC=no` * Want to disable mysql initialization? Use `MYSQL_AUTOCONF=false` -* DNSSEC is disabled by default, to enable use 'MYSQL_DNSSEC=yes' +* DNSSEC is disabled by default, to enable use `MYSQL_DNSSEC=yes` * Want to use own config files? Mount a Volume to `/etc/pdns/conf.d` or simply overwrite `/etc/pdns/pdns.conf` **PowerDNS Configuration:**