Skip to content

Commit e5104b9

Browse files
authored
docs(readme): fix mongo docker command (-p)
1 parent c080a95 commit e5104b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ yo angular-fullstack
3939
## Prerequisites
4040

4141
* MongoDB - Download and Install [MongoDB](https://www.mongodb.com/download-center#community) - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the `mongod` process running.
42-
* If you have [Docker](https://www.docker.com/) installed, you can easily run a test database with `docker run -p 27017 --name afs-mongo -d mongo`
42+
* If you have [Docker](https://www.docker.com/) installed, you can easily run a test database with `docker run -p 27017:27017 --name afs-mongo -d mongo`
4343
* The project's JavaScript is written in ECMAScript 2015. If you're unfamiliar with the latest changes to the specification for JavaScript, check out http://es6-features.org/
4444

4545
## Supported Configurations

0 commit comments

Comments
 (0)