From 06e71118b8ff93387f933feb895cdf0b43a5b724 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 6 Jul 2015 01:51:16 +0200 Subject: [PATCH] One line is enough --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f19945..cef8410 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,7 @@ Let's pick `example.com` here. Create and initialize the container, once and for all: - $ docker run --name=dnscrypt-server \ - -p 443:443/udp -p 443:443/tcp \ + $ docker run --name=dnscrypt-server -p 443:443/udp -p 443:443/tcp \ dnscrypt-server-image init -N example.com This will only accept connections via DNSCrypt. Containers on the same virtual