created readme

master
Shubham Verma 3 years ago committed by GitHub
parent d85b32c640
commit 393ede5feb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,10 @@
# nodejsmysqldockercompose
A sample example of nodejs(dockerized container) and mysql(dockerized container).
## Run
```
docker-compose up
```
This will start 2 dockerized container mysql and nodejs.
**nodejs container** will connect **mysql** running inside the container.
Loading…
Cancel
Save