clkao / docker-postgres-plv8

Docker image postgres with plv8
https://registry.hub.docker.com/u/clkao/postgres-plv8/
MIT License
45 stars 38 forks source link

IP address for Postgress #33

Closed TBone242 closed 4 years ago

TBone242 commented 6 years ago

I've been trying connect to Postgres with PGAdmin using your Docker-Compose but won't connect to an IP address or Localhost. When I type in the command "docker ps", there's no address. When I inspect the config file (docker inspect name | grep "IPAdress") there's no address there.... in case there's something besides localhost or 127.0.0.1.

ruimarinho commented 4 years ago

You just need to map ports to your host or alternatively create a docker network and use that network to communicate between containers.