mirror of
https://github.com/bitnami/containers.git
synced 2026-03-06 06:58:01 +08:00
16 lines
242 B
YAML
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
|