Skip to content

Commit 987539e

Browse files
committed
fix: minio volumes path
1 parent ba2919e commit 987539e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.deploy/minio/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ services:
4949
image: minio/minio:RELEASE.2025-04-22T22-12-26Z
5050
container_name: minio
5151
restart: unless-stopped
52-
command: server /data --console-address ":9001"
52+
command: server /bitnami/minio/data --console-address ":9001"
5353
environment:
5454
- MINIO_ROOT_USER=admin
5555
- MINIO_ROOT_PASSWORD=Abcd.123
5656
ports:
5757
- "9000:9000"
5858
- "9001:9001"
5959
volumes:
60-
- minio-data:/data
60+
- minio-data:/bitnami/minio/data
6161
healthcheck:
6262
test: ["CMD", "mc", "ready", "local"]
6363
interval: 5s

0 commit comments

Comments
 (0)