Skip to content

Instantly share code, notes, and snippets.

@dathanb
Created September 23, 2021 20:46
Show Gist options
  • Save dathanb/c35bae901f46a1afde7235283f23c594 to your computer and use it in GitHub Desktop.
Save dathanb/c35bae901f46a1afde7235283f23c594 to your computer and use it in GitHub Desktop.
Run dockerized postgres locally
docker run -e POSTGRES_PASSWORD=password -p 5432:5432 postgres
# then connect to localhost:5432, database postgres, user postgres, password pasword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment