From bfa9fee43ff59d34cca5065d4b45d66e94213cc3 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Wed, 19 Mar 2025 14:04:54 +0600 Subject: [PATCH] minio setup --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5d60f87..220035b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,9 +33,9 @@ services: minio: image: minio/minio:latest - # ports: - # - "9000:9000" - # - "9001:9001" + ports: + - "9000:9000" + - "9001:9001" environment: MINIO_ROOT_USER: ${MINIO_ROOT_USER} MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}