79184813

Date: 2024-11-13 12:11:54
Score: 1
Natty:
Report link

You have to configure posgresql config file;

Add this line to pg_hba.conf

host  all  all 0.0.0.0/0 md5

Also you can define specific config file for psql in docker like that;

command: -c config_file=/etc/postgresql.conf
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Selcuk Mollaibrahimoğlu