From 202b5a319a86900db40fe91ef6e3d200a4cd6bb3 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Tue, 3 Mar 2026 20:19:11 +1300 Subject: [PATCH] Update DOCKER-FULL.md --- docs/DOCKER-FULL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/DOCKER-FULL.md b/docs/DOCKER-FULL.md index d8c0a2fe..0839aece 100644 --- a/docs/DOCKER-FULL.md +++ b/docs/DOCKER-FULL.md @@ -23,6 +23,10 @@ invidious_companion: ### Proof-of-work Captcha Will only work while using HTTPS. If in HTTP set `PUBLIC_CAPTCHA_DISABLED` to `true` +### Request to Invidious/RYD/DeArrow fails at proxy level. +Ensure the environmental variable for the relavent service is set or whitelist addtional domains using `WHITELIST_BASE_DOMAIN`, what should be comma separated and be the base domain +e.g. `"youtube.com,google.com"` NOT `"https://youtube.com,https://videos.google.com"` + ### Docker Compose ```yaml