From b99957f54a7a9c6cef68b8f82d2ed98d751adcf7 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 19 Aug 2021 16:43:41 +0200 Subject: [PATCH] Re https://github.com/dgtlmoon/changedetection.io/discussions/189 A note to not use quotes in env parts --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5acbb8d1..e02b8ea6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,8 @@ services: # - PUID=1000 # - PGID=1000 - # - WEBDRIVER_URL="http://browser-chrome:4444/wd/hub" + # # Alternative WebDriver/selenium URL, do not use "'s or 's! + # - WEBDRIVER_URL=http://browser-chrome:4444/wd/hub # Proxy support example. # - HTTP_PROXY="socks5h://10.10.1.10:1080" # - HTTPS_PROXY="socks5h://10.10.1.10:1080"