From 1c6dbb7393a66f11dc15025145daf2c853bf8abe Mon Sep 17 00:00:00 2001 From: Sudesh yalavarthi Date: Sat, 30 Aug 2025 11:10:12 +0100 Subject: [PATCH] Remove port mapping for Minio service No public exposure of MINIO is needed based on configuration --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f039d65..658c46d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,8 +17,6 @@ services: image: minio/minio:RELEASE.2024-05-28T17-19-04Z volumes: - s3data:/data - ports: - - "9000:9000" environment: MINIO_ROOT_USER: ${MINIO_ROOT_USER} MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}