diff options
| author | TheFrenchGhosty <TheFrenchGhosty@posteo.is> | 2022-02-22 02:24:43 +0100 |
|---|---|---|
| committer | TheFrenchGhosty <TheFrenchGhosty@posteo.is> | 2022-02-22 02:24:43 +0100 |
| commit | 7ec88741a6db2f85abf31d5827a408bc7e1d456b (patch) | |
| tree | ad97fb6db0da67a8e42a795097ecb09eccb3e0df /docker-compose.yml | |
| parent | 86cb68413db8e399cc0b6ae7aa612fd46a964d37 (diff) | |
| download | invidious-7ec88741a6db2f85abf31d5827a408bc7e1d456b.tar.gz invidious-7ec88741a6db2f85abf31d5827a408bc7e1d456b.tar.bz2 invidious-7ec88741a6db2f85abf31d5827a408bc7e1d456b.zip | |
Fix YAML syntax
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index c2cde9f2..1008960e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 |
