Skip to content

Commit

Permalink
fix pgsql error
Browse files Browse the repository at this point in the history
  • Loading branch information
charithmadhuranga committed Oct 10, 2024
1 parent 909c820 commit 31434d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

echo "listen_addresses='*'" >> /etc/postgresql/12/main/postgresql.conf
echo "host all all 127.0.0.1/32 trust" >> /etc/postgresql/12/main/pg_hba.conf
# echo "listen_addresses='*'" >> /etc/postgresql/12/main/postgresql.conf
# echo "host all all 127.0.0.1/32 trust" >> /etc/postgresql/12/main/pg_hba.conf
service postgresql start
service redis-server start
/usr/local/bin/wait-for-postgres.sh
Expand Down

0 comments on commit 31434d6

Please sign in to comment.