mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
How to connect to localhost database of the host machine #448
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @michaelschoepfer on 10/31/2025
I installed Postgresus on the same machine as the database is running. I tried to connect to localhost but its not working, I have the feeling its related to Docker Image that its looking for localhost in the docker. How can I solve that?
Michael