From 407a32f8fcbd723d3a360b426d7defafcb3b9998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20K=C3=B6llmann?= Date: Thu, 22 Aug 2024 23:29:43 +0200 Subject: [PATCH] Fix minor typo in DOCKER.md --- docs/DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index bfa8098d..5158ff18 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -309,7 +309,7 @@ services: - 3004:80 environment: api_extended_postgre: '{"host": "invidious-db", "port": 5432, "database": "invidious", "user": "kemal", "password": "kemal"}' - api_extended_allowed_origins: '["https://materialios.example.com"]' + api_extended_allowed_origins: '["https://materialious.example.com"]' api_extended_debug: false # No trailing backslashes!