Update docker-compose.yml
This commit is contained in:
parent
69bdd7ec6b
commit
44ffe437a3
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ services:
|
|||
DIFFICULTY: "1"
|
||||
TARGET: "http://invidious:3000"
|
||||
POLICY_FNAME: "/data/cfg/botPolicy.json"
|
||||
REVERSE_PROXY_TRUSTED_PROXIES: "192.168.81.0/24"
|
||||
OG_PASSTHROUGH: "true"
|
||||
WEBMASTER_EMAIL: "admin@example.com"
|
||||
ports:
|
||||
- "192.168.81.2:8923:8923"
|
||||
volumes:
|
||||
|
|
Reference in a new issue