Skip to content

Commit

Permalink
Correcting docker port value for bookbinder watch
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yozie authored May 24, 2018
1 parent 5ace494 commit e990f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A simple Dockerfile for executing bookbinder on your system.
```
3. Run the image using a command similar to:
``` bash
$ docker run -it -p 9292:9292 -p 1234:1234 -v /my/workspace:/github docs/bb
$ docker run -it -p 9292:9292 -p 4567:4567 -v /my/workspace:/github docs/bb
```

Substitute your workspace, the local directory that you clone Github repositories into, for `/my/workspace` in the above command.
Expand Down

0 comments on commit e990f3b

Please sign in to comment.