1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-24 13:48:49 +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
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:
```bash
@ -56,4 +56,4 @@ This is why Mainflux uses [Docker Compose](https://docs.docker.com/compose/insta
```
### License
Apache License, version 2.0
[Apache License, version 2.0](LICENSE)