From d4d0b99f45d31bd845ec1fae0286bf396014e2bf Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:35:48 +0200 Subject: [PATCH] change default db host from localhost to db --- config.example.toml | 2 +- config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.toml b/config.example.toml index 4092060..44d45b4 100644 --- a/config.example.toml +++ b/config.example.toml @@ -30,7 +30,7 @@ name = "Documentary" path = "/data/movies/documentary" # Change this to match your actual movies location [database] -host = "localhost" +host = "db" port = 5432 user = "MediaManager" password = "MediaManager" diff --git a/config.toml b/config.toml index 4092060..44d45b4 100644 --- a/config.toml +++ b/config.toml @@ -30,7 +30,7 @@ name = "Documentary" path = "/data/movies/documentary" # Change this to match your actual movies location [database] -host = "localhost" +host = "db" port = 5432 user = "MediaManager" password = "MediaManager"