Explorar el Código

Fix port param.

0.4
Chris Smith hace 8 años
padre
commit
5823491ace
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -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…
Cancelar
Guardar