From ba139e7f3fe1f8d94ce447eb40458df90b21e519 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 28 Jun 2024 23:08:37 +0200 Subject: [PATCH] Update docker-compose.yml - fix indentation re #2447 --- docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4cf17605..2480a339 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -68,9 +68,10 @@ services: # If WEBDRIVER or PLAYWRIGHT are enabled, changedetection container depends on that # and must wait before starting (substitute "browser-chrome" with "playwright-chrome" if last one is used) -# depends_on: -# browser-chrome: -# condition: service_started +# depends_on: +# playwright-chrome: +# condition: service_started + # Used for fetching pages via Playwright+Chrome where you need Javascript support. # RECOMMENDED FOR FETCHING PAGES WITH CHROME