From: Leonardo Mosquera Date: Fri, 14 Jan 2022 17:53:41 +0000 (-0300) Subject: FIX: md5 auth replace for postgres.13.template.yml (#594) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=eb643f6478e3d67e4555cfce87f89d77438b1b7f;p=discourse_docker.git FIX: md5 auth replace for postgres.13.template.yml (#594) There has likely been one s/12/13/ too many in this file. Note: the typo is not present in the default postgres template; only this specific file, which is otherwise identical to the default one. --- diff --git a/templates/postgres.13.template.yml b/templates/postgres.13.template.yml index 48d5409..478f064 100644 --- a/templates/postgres.13.template.yml +++ b/templates/postgres.13.template.yml @@ -189,7 +189,7 @@ run: # allow all to connect in with md5 auth - replace: filename: "/etc/postgresql/13/main/pg_hba.conf" - from: /^host.*all.*all.*137.*$/ + from: /^host.*all.*all.*127.*$/ to: "host all all 0.0.0.0/0 md5" # allow all to connect in with md5 auth (IPv6)