From bad037b5986e57d375f61ca66b32b31ea5899569 Mon Sep 17 00:00:00 2001 From: Milan van As Date: Fri, 18 Jul 2025 09:07:39 +0200 Subject: [PATCH] Updated configuration to connect to the db host instead of through the previously exposed port --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 86b4fc7..8ef5d59 100644 --- a/config.toml +++ b/config.toml @@ -20,7 +20,7 @@ name = "Documentary" path = "/data/movies/documentary" [database] -host = "localhost" +host = "db" port = 5432 user = "MediaManager" password = "MediaManager"