pgadmin4 in a docker container and pg cluster on local

From: SQL Design <sql(dot)design(dot)company(at)gmail(dot)com>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: pgadmin4 in a docker container and pg cluster on local
Date: 2018-12-31 16:03:39
Message-ID: CAHJ=LO3JXqS=_KGomeduGoETmTNC3AnHE9hHYYvtuAjW0Mg-Aw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hello,

I installed PostgreSQL 11 in a docker container and pgadmin4 in another one.

See https://sqldesign.blog/2018/12/24/how-to-install-pgadmin4-with-docker/

It works fine.

I installed PostgreSQL 11 in local.

But I cannot access local pg cluster from pgadmin4 in my container.

IP address of local (given by google) : 217.39.18.97
IP address of pgadmin4 container (given by docker inspect) : 172.17.0.3
Port of local pg cluster (given by \conninfo) : 5433

in pg_hba :
host all all 0.0.0.0/0 md5

What can I do ?

Thank you

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2019-01-02 09:21:16 Re: pgadmin4 not working
Previous Message Mark Murawski 2018-12-30 21:06:57 pgadmin4 not working