Connect with pgAdmin to Postgres container not working

Viewed 35

I have looked at all the answers out there to resolve this, but with no success, I have tried the following:

  1. Get the IP of container and use it ip address retrieved enter image description here enter image description here
  2. Use local IP address (127.0.0.1)
  3. Use host.docker.internal enter image description here

I have 2 Postgres containers running, one doesn't have any PORT and IP Address (network is "host") as you can see and the other does (network "birdge" and has IP Address, see the screen shot)

1 Answers
Related