mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 00:57:23 +08:00
15 lines
279 B
YAML
15 lines
279 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
mongodb:
|
|
image: docker.io/bitnami/mongodb:8.0
|
|
ports:
|
|
- "27017:27017"
|
|
volumes:
|
|
- 'mongodb_data:/bitnami/mongodb'
|
|
|
|
volumes:
|
|
mongodb_data:
|
|
driver: local
|