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:
@@ -149,8 +149,6 @@ services:
|
|||||||
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
|
MINIO_ROOT_PASSWORD: ${MINIO_ROOT_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
- minio-data:/data
|
- minio-data:/data
|
||||||
ports:
|
|
||||||
- "${MINIO_CONSOLE_PORT:-9001}:9001"
|
|
||||||
networks:
|
networks:
|
||||||
- indeedhub-network
|
- indeedhub-network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user