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 <cursoragent@cursor.com>
This commit is contained in:
Dorian
2026-02-13 17:50:37 +00:00
parent 819b20dcb4
commit e9c5c50ca3

View File

@@ -149,8 +149,6 @@ services:
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
volumes:
- minio-data:/data
ports:
- "${MINIO_CONSOLE_PORT:-9001}:9001"
networks:
- indeedhub-network