From d48bf02597f62efd15b7df036ba970f174d77b5d Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Wed, 2 Jul 2025 09:58:43 +0200 Subject: [PATCH] Add missing chrome flags Signed-off-by: Bryan Frimin --- compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compose.yaml b/compose.yaml index 81bbfe744..bf879fc1e 100644 --- a/compose.yaml +++ b/compose.yaml @@ -92,6 +92,13 @@ services: - "--headless" - "--disable-gpu" - "--disable-dev-shm-usage" + - "--hide-scrollbars" + - "--mute-audio" + - "--no-default-browser-check" + - "--no-first-run" + - "--disable-background-networking" + - "--disable-background-timer-throttling" + - "--disable-extensions" volumes: postgres-data: