clkao / docker-postgres-plv8

Docker image postgres with plv8

Home Page:https://registry.hub.docker.com/u/clkao/postgres-plv8/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP address for Postgress

TBone242 opened this issue · comments

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.

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