Files
containers/bitnami/mongodb/docker-compose.yml
2017-07-05 12:48:34 +05:30

16 lines
242 B
YAML

version: '2'
services:
mongodb:
image: 'bitnami/mongodb:latest'
labels:
kompose.service.type: nodeport
ports:
- "27017:27017"
volumes:
- 'mongodb_data:/bitnami'
volumes:
mongodb_data:
driver: local