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"