From 4f8a996f288bb9dea6d9d663e56aa207d00ec88c Mon Sep 17 00:00:00 2001 From: null4bl3 Date: Fri, 24 Apr 2026 08:25:20 +0000 Subject: [PATCH] change --- changedetection/docker-compose.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/changedetection/docker-compose.yml b/changedetection/docker-compose.yml index efd9dc9..79948c5 100644 --- a/changedetection/docker-compose.yml +++ b/changedetection/docker-compose.yml @@ -2,7 +2,7 @@ services: changedetection: networks: - traefik - + - changed image: lscr.io/linuxserver/changedetection.io:latest container_name: changedetection environment: @@ -10,7 +10,7 @@ services: - PGID=1000 - TZ=Europe/Copenhagen - BASE_URL= #optional - - WEBDRIVER_URL=http://selenium:4444 + - WEBDRIVER_URL=http://selenium:4444/wd/hub volumes: - /srv/changedetection/config:/config ports: @@ -32,11 +32,18 @@ services: ports: - 4444:4444 - 7900:7900 - network_mode: bridge + networks: + - changed restart: unless-stopped environment: SE_NODE_MAX_SESSIONS: 4 + CHROME_OPTIONS: | + --window-size=1280,1024 + --headless + --disable-gpu networks: traefik: external: true + changed: + external: false