From 93c57d9fad908b2b22a8d7da84b94c417b841aaa Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 6 Feb 2023 17:24:12 +0100 Subject: [PATCH] Adding example docker-compose.yml config to ignore errors from self-signed certs #1389 --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 46b126a4..f541efb2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,6 @@ services: # # Base URL of your changedetection.io install (Added to the notification alert) # - BASE_URL=https://mysite.com - # Respect proxy_pass type settings, `proxy_set_header Host "localhost";` and `proxy_set_header X-Forwarded-Prefix /app;` # More here https://github.com/dgtlmoon/changedetection.io/wiki/Running-changedetection.io-behind-a-reverse-proxy-sub-directory # - USE_X_SETTINGS=1 @@ -95,7 +94,10 @@ services: # - CHROME_REFRESH_TIME=600000 # - DEFAULT_BLOCK_ADS=true # - DEFAULT_STEALTH=true - +# +# Ignore HTTPS errors, like for self-signed certs +# - DEFAULT_IGNORE_HTTPS_ERRORS=true +# volumes: changedetection-data: