From e9c5c50ca36da9d175f85dca312b1c1cd2e9d74c Mon Sep 17 00:00:00 2001 From: Dorian Date: Fri, 13 Feb 2026 17:50:37 +0000 Subject: [PATCH] Remove MinIO console port mapping to avoid host port conflicts The MinIO S3 API is accessed internally via the Docker network. The admin console is not needed externally and was causing port 9001 conflicts with other services on the host. Co-authored-by: Cursor --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index eefca29..ed3eea3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -149,8 +149,6 @@ services: MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD} volumes: - minio-data:/data - ports: - - "${MINIO_CONSOLE_PORT:-9001}:9001" networks: - indeedhub-network