Replies: 3 comments 2 replies
-
Please add more details. Where is your db running, from where are you trying to connect to the database, ... |
Beta Was this translation helpful? Give feedback.
-
OK nvm, I Just restarted the system (the ip changed slightly) and now I'm able to connect to it. |
Beta Was this translation helpful? Give feedback.
-
I hate this docker crap this is so weird. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to connect to the docker inventree database that has default setting i.e.:
IP: 178.18.0.2
Database: inventree
User: pguser
Password: pgpassword
Fetched the ip using
docker ps
for the postgres 17 container id anddocker inspect [CONTAINER_ID]
to get the"IPAddress": "172.18.0.2",
with local or docker pgadmin4 but with no luck telling me
what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions