Notes:
Use mongodb 3.2.7
Entry point:
--
Compose:
version: '2'
services:
mongodb:
image: cvidal/mongodb:0.1
expose:
"27017:27017"
volumes:
- ./mongodbdata:/data/db
Content type
Image
Digest
Size
172.2 MB
Last updated
over 9 years ago
docker pull cvidal/mongodb