This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Can't connect to database at 127.0.0.1 with docker run supabase/pgadmin-schema-diff
#26
Labels
bug
Something isn't working
Bug report
Describe the bug
Can't connect to database at 127.0.0.1 with
docker run supabase/pgadmin-schema-diff
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
I have local database running in docker. I can easily connect to it using either
psql connection_string
orpsycopg2.connect(connection_string)
, but when I use the same connection_string withdocker run supabase/pgadmin-schema-diff
I am getting:It seems to me that because this tool runs in docker it has it's own
127.0.0.1
.Expected behavior
It should connect and make
diff
Screenshots
n/a
System information
Additional context
n/a
The text was updated successfully, but these errors were encountered: