mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
16 lines
250 B
YAML
16 lines
250 B
YAML
version: '2'
|
|
|
|
services:
|
|
mongodb:
|
|
image: 'bitnami/mongodb:latest'
|
|
labels:
|
|
kompose.service.type: nodeport
|
|
ports:
|
|
- "27017:27017"
|
|
volumes:
|
|
- 'mongodb_data:/bitnami/mongodb'
|
|
|
|
volumes:
|
|
mongodb_data:
|
|
driver: local
|