update mongo service to bitnami/mongodb:3.2.7-r0

This commit is contained in:
Sameer Naik
2016-06-24 16:14:56 +05:30
parent 79f53728b8
commit f1a34a1495

View File

@@ -2,7 +2,7 @@ version: '2'
services:
mongodb:
image: bitnami/mongodb:3.2.6-r0
image: bitnami/mongodb:3.2.7-r0
myapp:
tty: true # Enables debugging capabilities when attached to this container.