From 6337a64871ae92327546a3f592850b37cf94dd2b Mon Sep 17 00:00:00 2001 From: benjaminbear <56151965+benjaminbear@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:33:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd54f2a..594372c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ docker run -it -d \ -p 53:53 \ -p 53:53/udp \ -v /somefolder:/var/cache/bind \ - -v /someotherfolder:/root/dyndns/database \ + -v /someotherfolder:/root/database \ -e DDNS_ADMIN_LOGIN=admin:123455546. \ -e DDNS_DOMAINS=dyndns.example.com \ -e DDNS_PARENT_NS=ns.example.com \