Answers for "what is the url for a postgres database running in a docker container"

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 url for a postgres database running in a docker container"

Browse Popular Code Answers by Language