Update companion-installation.md

This little missing "-" took me waaaay tot loon to figure out ;)
This commit is contained in:
Kirk1984 2025-05-22 19:34:48 +02:00 committed by GitHub
parent ec79d88477
commit 6c6d7a602a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ Make sure to run the newer Docker Compose V2: https://docs.docker.com/compose/in
# 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
# And make sure to add the routes from the post install when using a reverse proxy!
public_url: "http://localhost:8282"
- public_url: "http://localhost:8282"
# IT is NOT recommended to use the same key as HMAC KEY. Generate a new key!
# Use the key generated in the 2nd step
invidious_companion_key: "CHANGE_ME!!"