How to access my local Database of the app? #8453
Answered
by
SchrodingersGat
salexandru-123
asked this question in
Q&A
-
Good Evening, Please help. |
Beta Was this translation helpful? Give feedback.
Answered by
SchrodingersGat
Nov 15, 2024
Replies: 1 comment 8 replies
-
Please provide more information about your setup:
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right, so by default, the database container port (5432) is only exposed to the other docker containers.
To expose the port to the local machine, you will need to add the following line to your docker compose file:
e.g.
I have just tested this and confirmed that (with the additional line) it works with DBeaver