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