From ee42632bbb9774a50e3ef31a00d30e7d3437d829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20=28perso=29?= <4016501+unixfox@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:45:33 +0000 Subject: [PATCH] Fixing correct usage of container proxy for invidious companion --- docs/companion-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/companion-installation.md b/docs/companion-installation.md index c45c648..059e6aa 100644 --- a/docs/companion-installation.md +++ b/docs/companion-installation.md @@ -68,7 +68,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in check_tables: true 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 # 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