From 49fe75706812ab13b4815e1878f18267ac798cdc 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 11:55:23 +0000 Subject: [PATCH] adding SERVER_ prefix to the envs --- docs/companion-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/companion-installation.md b/docs/companion-installation.md index 3d36c9a..25d13ea 100644 --- a/docs/companion-installation.md +++ b/docs/companion-installation.md @@ -90,8 +90,8 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in invidious_companion: image: quay.io/invidious/invidious-companion:latest environment: - - SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG - # - BASE_URL=http://localhost:8282 # ONLY use if you are using a reverse proxy - this the same URL as "public_url" + - SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG + # - SERVER_BASE_URL=http://localhost:8282 # ONLY use if you are using a reverse proxy - this the same URL as "public_url" restart: unless-stopped ports: - "127.0.0.1:8282:8282"