You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Docker Desktop on macOS, the default docker subnet is set to 192.168.65.0/24, but the pg_hba.conf is configured to allow 172.17.0.0/16 as follows:
host all all 172.17.0.0/16 md5
This is raising the exception "no pg_hba.conf entry for host 192.168.65.1" when trying to connect login to Postgres. Shouldn't it change to be compatible with the default docker subnet mask?
Docker Desktop version: 4.38.0 (the issue is not there on 4.37.2 and earlier)
Postgres: 15
The text was updated successfully, but these errors were encountered:
On Docker Desktop on macOS, the default docker subnet is set to 192.168.65.0/24, but the pg_hba.conf is configured to allow 172.17.0.0/16 as follows:
This is raising the exception "no pg_hba.conf entry for host 192.168.65.1" when trying to connect login to Postgres. Shouldn't it change to be compatible with the default docker subnet mask?
Docker Desktop version: 4.38.0 (the issue is not there on 4.37.2 and earlier)
Postgres: 15
The text was updated successfully, but these errors were encountered: