change default db host from localhost to db

This commit is contained in:
maxDorninger
2025-07-18 14:35:48 +02:00
parent f1a01b4d43
commit d4d0b99f45
2 changed files with 2 additions and 2 deletions

View File

@@ -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"