79665563

Date: 2025-06-14 04:16:49
Score: 1.5
Natty:
Report link

why dont you run it like this in terminal

docker run --name pg-projectname -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=password -e POSTGRES_DB=projectname -p 5432:5432 -d postgres
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): why do
  • Low reputation (1):
Posted by: Ishan Shetty