Answers for "what is the db host for postgres docker"

2

connect to postgres database in docker container

$ docker exec -it postgres-container psql -U postgres
Posted by: Guest on July-28-2020

Code answers related to "what is the db host for postgres docker"

Browse Popular Code Answers by Language