Updated configuration to connect to the db host instead of through the previously exposed port

This commit is contained in:
Milan van As
2025-07-18 09:07:39 +02:00
parent 687e84ce86
commit bad037b598

View File

@@ -20,7 +20,7 @@ name = "Documentary"
path = "/data/movies/documentary"
[database]
host = "localhost"
host = "db"
port = 5432
user = "MediaManager"
password = "MediaManager"