Backtick fix

This commit is contained in:
rf@worldstream.nl 2019-10-21 11:48:20 +02:00
parent 9381158816
commit f8b49ec825

View File

@ -51,7 +51,7 @@ $ docker run --name pdns \
* `MYSQL_DB=pdns` * `MYSQL_DB=pdns`
* `MYSQL_DNSSEC=no` * `MYSQL_DNSSEC=no`
* Want to disable mysql initialization? Use `MYSQL_AUTOCONF=false` * 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` * Want to use own config files? Mount a Volume to `/etc/pdns/conf.d` or simply overwrite `/etc/pdns/pdns.conf`
**PowerDNS Configuration:** **PowerDNS Configuration:**