You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shubham Verma
393ede5feb
|
4 years ago | |
---|---|---|
db | 4 years ago | |
web | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
docker-compose.yml | 4 years ago |
README.md
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.