mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Fix YAML syntax
This commit is contained in:
parent
86cb68413d
commit
7ec88741a6
1 changed files with 1 additions and 1 deletions
|
@ -11,10 +11,10 @@ services:
|
|||
ports:
|
||||
- "127.0.0.1:3000:3000"
|
||||
environment:
|
||||
INVIDIOUS_CONFIG: |
|
||||
# Please read the following file for a comprehensive list of all available
|
||||
# configuration options and their associated syntax:
|
||||
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
|
||||
INVIDIOUS_CONFIG: |
|
||||
check_tables: true
|
||||
db:
|
||||
dbname: invidious
|
||||
|
|
Loading…
Reference in a new issue