mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-07 06:22:49 -04:00
Fixing correct usage of container proxy for invidious companion
This commit is contained in:
parent
2f222dbc85
commit
ee42632bbb
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
|
||||||
check_tables: true
|
check_tables: true
|
||||||
invidious_companion:
|
invidious_companion:
|
||||||
# URL used for the internal communication between invidious and invidious companion
|
# URL used for the internal communication between invidious and invidious companion
|
||||||
- private_url: "http://companion:8282/"
|
- private_url: "http://invidious_companion:8282/"
|
||||||
# (public) URL used for the communication between your browser and invidious companion
|
# (public) URL used for the communication between your browser and invidious companion
|
||||||
# IF you are using a reverse proxy OR accessing invidious from an external IP then you NEED to change this value
|
# IF you are using a reverse proxy OR accessing invidious from an external IP then you NEED to change this value
|
||||||
# Please consult for more doc: https://github.com/unixfox/invidious/blob/invidious-companion/config/config.example.yml#L57-L88
|
# Please consult for more doc: https://github.com/unixfox/invidious/blob/invidious-companion/config/config.example.yml#L57-L88
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue