Skip to content

Latest commit

 

History

History
28 lines (3 loc) · 373 Bytes

README.md

File metadata and controls

28 lines (3 loc) · 373 Bytes

image

docker run --name PostgreSQL -e POSTGRES_USER=user1234 -e POSTGRES_PASSWORD=user1234 -d -p 5432:5432 postgres

image