Created
January 1, 2021 00:50
-
-
Save Luis-Palacios/8654b127ca2d61e8fa4332a9eb7493c9 to your computer and use it in GitHub Desktop.
Docker-postgres
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 --name local-postgresql -p 5432:5432 -e POSTGRES_PASSWORD=somePassword -d postgres | |
psql -h localhost -p 5432 dbName -U dbUser -f dumo.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment