Fixed docker-compose

This commit is contained in:
Nikola Marcetic 2016-10-08 16:48:27 +02:00
parent 9de6bc1448
commit de236fcc90
1 changed files with 5 additions and 4 deletions

View File

@ -21,6 +21,9 @@
###
mongo:
image: mongo:latest
ports:
- "27017:27017"
- "28017:28017"
container_name: mainflux-mongodb
command: --smallfiles --nojournal
@ -42,8 +45,6 @@ mainflux-server:
image: mainflux/mainflux:latest
container_name: mainflux-server
links:
- influx
#- influx
- mongo
- emdttd
- emqttd