From 2cdcc0520ecbbdcd91b2c8a4717e69641abcbe7d Mon Sep 17 00:00:00 2001 From: Shubham Verma Date: Tue, 23 Mar 2021 23:35:57 +0530 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab74a3..5090d76 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ docker-compose up ``` This will start 2 dockerized container mysql and nodejs. -**nodejs container** will connect **mysql** running inside the container. +**nodejs container** will connect to **mysql** running inside the container. The app will be running on http://localhost:5000