1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 19:42:03 +01:00

Merge pull request #29 from JacobHenner/master

Fixed docker container naming inconsistency in README
This commit is contained in:
Frank Denis 2016-10-02 17:38:05 +02:00 committed by GitHub
commit a2644fb998

@ -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
=======