bitnami-containers/bitnami/mongodb/docker-compose.yml

16 lines
239 B
YAML

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