From a2188aa1f285569af5fff8a5ba01114589fc2d98 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 26 Oct 2019 20:38:09 +0200 Subject: [PATCH] Change /myconfig for consistency --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7030a5..63acc7a 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ To support such custom entries using this image, first map a volume to the zones directory. Add this to your `docker run` line: ```text --v /myconfig/zones:/opt/unbound/etc/unbound/zones +-v /etc/dnscrypt-server/zones:/opt/unbound/etc/unbound/zones ``` The whole command to create and initialize a container would look something like @@ -232,7 +232,7 @@ this: ```sh docker run --name=dnscrypt-server \ - -v /myconfig/zones:/opt/unbound/etc/unbound/zones \ + -v /etc/dnscrypt-server/zones:/opt/unbound/etc/unbound/zones \ -p 443:443/udp -p 443:443/tcp --net=host \ jedisct1/dnscrypt-server init -N example.com -E 192.168.1.1:443 ``` @@ -240,7 +240,7 @@ docker run --name=dnscrypt-server \ Create a new `.conf` file: ```sh -touch /myconfig/zones/example.conf +touch /etc/dnscrypt-server/zones/example.conf ``` Now, add one or more unbound directives to the file, such as: