From cf336653c67614e7cce7d407aa429986f2a6d2d9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 15 Nov 2013 16:36:42 +0000 Subject: [PATCH] Fix missing space in example command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6577edf..223bb0c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ exposed: Or if you want to specify which port to map the default 6667 port to: - docker run -d -p 36667:6667-v /home/$(whoami)/.znc:/znc-data jimeh/znc + docker run -d -p 36667:6667 -v /home/$(whoami)/.znc:/znc-data jimeh/znc Resulting in port 36667 on the host mapping to 6667 within the container.