Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 129 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 129 Bytes

docker run -d --name pg-image -e POSTGRES_USER=dbuser -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=image -p 5432:5432 postgres:12