mirror of
https://github.com/bitnami/containers.git
synced 2026-02-13 07:47:15 +08:00
18 lines
270 B
YAML
18 lines
270 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
minio:
|
|
image: docker.io/bitnami/minio:2023
|
|
ports:
|
|
- '9000:9000'
|
|
- '9001:9001'
|
|
volumes:
|
|
- 'minio_data:/data'
|
|
|
|
volumes:
|
|
minio_data:
|
|
driver: local
|