Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 123 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 123 Bytes

To run PostgreSQL database, run

docker run --name postgres -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres