Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 162 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 162 Bytes

Postgres local

docker run --name myPostgresDb -p 5455:5432 -e POSTGRES_USER=postgresUser -e POSTGRES_PASSWORD=postgresPW -e POSTGRES_DB=postgresDB -d postgres