Answers for "postgres docker mac"

4

install postgresql on mac

brew install postgresql
Posted by: Guest on March-17-2020
1

postgres install mac

$ brew install postgresql
Posted by: Guest on March-10-2021
2

docker run postgres locally

$ docker run -d --name my_postgres -v my_dbdata:/var/lib/postgresql/data -p 54320:5432 postgres:11
Posted by: Guest on March-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language