# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
services:
mongodb:
image: docker.io/bitnami/mongodb:8.2
ports:
- "27017:27017"
volumes:
- 'mongodb_data:/bitnami/mongodb'
mongodb_data:
driver: local