-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker default network subnet compatibility #1316
Comments
All the changes we make to Lines 239 to 259 in 3521b2f
Note that we don't do anything IP-based, so this is probably a rule generated by PostgreSQL's own |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: