Problem
Local Postgres bağlantı
Buradakileri takip edin. https://stackoverflow.com/questions/31249112/allow-docker-container-to-connect-to-a-local-host-postgres-database
Is the server running on host "10.200.10.1" and accepting
için
sudo ifconfig lo0 alias 10.200.10.1/24
https://gist.github.com/MauricioMoraes/87d76577babd4e084cba70f63c04b07d
Bazı makinelerde aşağıdaki hatayı alabiliriz.
PSQLException: FATAL: no pg_hba.conf entry for host "xxx.xxx.xxx", user "postgres", database "x", SSL off
https://github.com/docker-library/postgres/issues/482#issuecomment-414088719
Last updated