Update DOCKER-FULL.md

This commit is contained in:
WardPearce
2026-04-30 03:24:24 +12:00
parent ab2a2a2083
commit fd25f39ff7
+3
View File
@@ -69,6 +69,9 @@ services:
# Should be comma separated and be the base domain # Should be comma separated and be the base domain
# e.g. "youtube.com,google.com" NOT "https://youtube.com,https://videos.google.com" # e.g. "youtube.com,google.com" NOT "https://youtube.com,https://videos.google.com"
WHITELIST_BASE_DOMAIN: "" WHITELIST_BASE_DOMAIN: ""
# Add a certificate to trust, useful when using self-signed certificates.
PROXY_TRUST_CA: ""
# Allow any domain in proxy # Allow any domain in proxy
# This shouldn't be used unless you KNOW what your doing # This shouldn't be used unless you KNOW what your doing