How to access the PostgreSQL DB on the container with SQL client like PgAdmin on host OS? #618
Unanswered
flamingotech
asked this question in
Q&A
Replies: 1 comment
-
Hey, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried on Windows 11. Here is what I did:
Hostname: the IP address from step 2
Port: the port obtained from step 1, which is 5432
Database: backend (copied from docker-compose.yml)
Username: backend
Password: backend
I encountered the following error:
"Unable to connect to the server: timeout expired."
Is this the correct way to access the database?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions