From 35bd5bdc0fe6ea33ce098141af78912db73c4d35 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:05:12 +0200 Subject: [PATCH] Update docker-compose.yml --- examples/changedetection/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/changedetection/docker-compose.yml b/examples/changedetection/docker-compose.yml index 46a0ff0..deed8da 100644 --- a/examples/changedetection/docker-compose.yml +++ b/examples/changedetection/docker-compose.yml @@ -7,6 +7,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin + - HIDE_REFERER=true - PLAYWRIGHT_DRIVER_URL=ws://playwright-chrome:3000 volumes: - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/changedetection/config:/config