From 65921682ba70770905f7b69c10835f5c6903b1f1 Mon Sep 17 00:00:00 2001 From: Jacob Henner Date: Sun, 2 Oct 2016 11:09:12 -0400 Subject: [PATCH] Fixed docker container naming inconsistency in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebcab4f..c53680e 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ If Unbound doesn't like one of the newly added directives, it will probably not respond over the network. In that case, here are some commands to work out what is wrong: - $ docker logs dnscrypt - $ docker exec dnscrypt /opt/unbound/sbin/unbound-checkconf + $ docker logs dnscrypt-server + $ docker exec dnscrypt-server /opt/unbound/sbin/unbound-checkconf Details =======