From 3c6af00f4321abaa32bb47fc6fbc5527c8a55982 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 1 Oct 2024 09:57:59 +0200 Subject: [PATCH] build(docker/database): relax pg_hba.conf --- docker/database/pg_hba.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/database/pg_hba.conf b/docker/database/pg_hba.conf index da2e4afd1..c11da7bfe 100644 --- a/docker/database/pg_hba.conf +++ b/docker/database/pg_hba.conf @@ -1,2 +1,2 @@ -host all all ::1/128 md5 -host all postgres 127.0.0.1/32 md5 \ No newline at end of file +local all all trust +host all all 0.0.0.0/0 trust \ No newline at end of file