mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-07 14:32:42 -04:00
add note about private_url
This commit is contained in:
parent
3e79096266
commit
06df986249
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,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
|
||||||
|
# There is no need to change that except if Invidious companion does not run on the same docker compose file.
|
||||||
- private_url: "http://companion:8282"
|
- private_url: "http://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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue