Browse Source

Fix port param.

0.4
Chris Smith 8 years ago
parent
commit
5823491ace
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -21,7 +21,7 @@ Start a container, exposing ports as needed:
21 21
 ```bash
22 22
 docker run -d --name dfbnc \
23 23
               --restart always \
24
-              -p 33263 \
24
+              -p 33263:33263 \
25 25
               -v dfbnc-data:/var/lib/dfbnc \
26 26
               csmith/dfbnc:0.4
27 27
 ```

Loading…
Cancel
Save