summaryrefslogtreecommitdiff
path: root/util/docker-init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/docker-init.sh')
-rwxr-xr-xutil/docker-init.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/docker-init.sh b/util/docker-init.sh
index 9cf07d32..d4e0e65c 100755
--- a/util/docker-init.sh
+++ b/util/docker-init.sh
@@ -34,9 +34,9 @@ mkdevuser() {
pg_start() {
- echo 'local all postgres peer' >/etc/postgresql/9.6/main/pg_hba.conf
- echo 'local all all md5' >>/etc/postgresql/9.6/main/pg_hba.conf
- # I'm glad Ubuntu 17.10 still has an init script for this
+ echo 'local all postgres peer' >/etc/postgresql/10/main/pg_hba.conf
+ echo 'local all all md5' >>/etc/postgresql/10/main/pg_hba.conf
+ # I'm glad Ubuntu 18.04 still has an init script for this
/etc/init.d/postgresql start
}