Skip to content

Commit 56e3c7e

Browse files
committed
Tweak to readme
1 parent 58c0bf5 commit 56e3c7e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Interested in learning more about Docker? Visit https://www.pluralsight.com/cour
3636

3737
9. Navigate to http://localhost:3000 (http://192.168.99.100:3000 if using Docker Toolbox) in your browser to view the site. This assumes that's the IP assigned to VirtualBox - change if needed.
3838

39+
10. Run `docker-compose down` to stop the containers and remove them.
40+
3941
## To run the app with Node.js and MongoDB (without Docker):
4042

4143
1. Install and start MongoDB (https://docs.mongodb.com/manual/administration/install-community/).

lib/dataSeeder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var dataInitializer = function () {
1616
},
1717
{
1818
example: 'docker run -d -p 8080:3000 imageName',
19-
description: 'Runs a container in "daemon" mode with an external port of 8080 and a container port of 3000.'
19+
description: 'Runs a container in "detached" mode with an external port of 8080 and a container port of 3000.'
2020
}
2121
]});
2222

0 commit comments

Comments
 (0)