mirror of
https://github.com/iv-org/documentation.git
synced 2026-01-12 22:11:17 -05:00
doc: Add reference to config example for environment variables
Added comment to refer to the configuration example for environment variables. fixes https://github.com/iv-org/documentation/pull/687
This commit is contained in:
parent
41b48cdf37
commit
3cfaf7ca26
1 changed files with 3 additions and 0 deletions
|
|
@ -95,6 +95,9 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
|
|||
|
||||
companion:
|
||||
image: quay.io/invidious/invidious-companion:latest
|
||||
# Please read the following file for a comprehensive list of all available
|
||||
# environment variables and their associated syntax:
|
||||
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
|
||||
environment:
|
||||
# Use the key generated in the 2nd step
|
||||
- SERVER_SECRET_KEY=CHANGE_ME!!SAME_AS_INVIDIOUS_COMPANION_SECRET_KEY_FROM_INVIDIOUS_CONFIG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue