Created
September 23, 2021 20:46
-
-
Save dathanb/c35bae901f46a1afde7235283f23c594 to your computer and use it in GitHub Desktop.
Run dockerized postgres locally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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