Skip to content

Commit 7ec8874

Browse files
Fix YAML syntax
1 parent 86cb684 commit 7ec8874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ services:
1111
ports:
1212
- "127.0.0.1:3000:3000"
1313
environment:
14-
INVIDIOUS_CONFIG: |
1514
# Please read the following file for a comprehensive list of all available
1615
# configuration options and their associated syntax:
1716
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
17+
INVIDIOUS_CONFIG: |
1818
check_tables: true
1919
db:
2020
dbname: invidious

0 commit comments

Comments
 (0)