From e22ef03aab260cb677c38a794d3bb4a35dce1512 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 13:32:00 +0000 Subject: [PATCH] Update self-host/customize-deployment/enable-headless-browser-for-lightdash.mdx --- .../enable-headless-browser-for-lightdash.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/self-host/customize-deployment/enable-headless-browser-for-lightdash.mdx b/self-host/customize-deployment/enable-headless-browser-for-lightdash.mdx index ecb32500..46e0d355 100644 --- a/self-host/customize-deployment/enable-headless-browser-for-lightdash.mdx +++ b/self-host/customize-deployment/enable-headless-browser-for-lightdash.mdx @@ -27,6 +27,10 @@ If the image was requested by Slack unfurl, we will unfurl the image using the S ## Configure headless browser on lightdash + + Lightdash uses Browserless for headless browser functionality. We recommend using the `ghcr.io/browserless/chromium` image with version `v2.24.3`, which is the version used in Lightdash Cloud deployments. + + In order to make this work, there are a few key ENV variables that need to be configured correctly. * `HEADLESS_BROWSER_HOST` : If you're running docker, this could be `headless-browser`, or `localhost` if you're running it locally (or with network:host)