|
|
@ -7,6 +7,6 @@ docker-compose up
|
|
|
|
```
|
|
|
|
```
|
|
|
|
This will start 2 dockerized container mysql and nodejs.
|
|
|
|
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
|
|
|
|
The app will be running on http://localhost:5000
|
|
|
|