Skip to content

Commit

Permalink
adding SERVER_ prefix to the envs
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox authored Dec 24, 2024
1 parent 35279a9 commit 49fe757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/companion-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 49fe757

Please sign in to comment.