Fix missing space in example command

This commit is contained in:
2013-11-15 16:36:42 +00:00
parent 24ec5baa4a
commit cf336653c6

View File

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