changed postgres host for gitea

This commit is contained in:
mc-fucker 2022-07-19 16:21:15 +02:00
parent b1461b7f1f
commit b91dd7f4bd

View file

@ -12,7 +12,7 @@ in
database = {
createDatabase = false;
host = "192.168.2.5";
host = "postgres";
type = "postgres";
port = 5432;
name = "giteadb";