1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-29 13:49:28 +08:00

Update README.md

This commit is contained in:
Drasko DRASKOVIC 2015-10-10 00:55:04 +02:00
parent 45451c8266
commit dd806d2a2e

View File

@ -48,7 +48,7 @@ gulp
``` ```
### Docker ### Docker
Apart from main `nodejs` docker image, `Mainflux` also uses `mongo` Docker image (database instance is run in a separte generic Docker image). Apart from main `nodejs` Docker image, Mainflux also uses `mongo` Docker image (database instance is run in a separte generic Docker image).
This is why Mainflux uses [Docker Compose](https://docs.docker.com/compose/install/), to run both `nodejs` and `mongo` images at the same time and make a connection between them: This is why Mainflux uses [Docker Compose](https://docs.docker.com/compose/install/), to run both `nodejs` and `mongo` images at the same time and make a connection between them:
```bash ```bash
@ -56,4 +56,4 @@ This is why Mainflux uses [Docker Compose](https://docs.docker.com/compose/insta
``` ```
### License ### License
Apache License, version 2.0 [Apache License, version 2.0](LICENSE)