Created
September 8, 2025 15:54
-
-
Save joeyguerra/cbcb6e52ab08765faefabb677079ac48 to your computer and use it in GitHub Desktop.
start postgress in docker
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 --rm -p 5432:5432 -e POSTGRES_PASSWORD=${PASSWORD} -d --name mypostgress -v ${PWD}/postgress-data:/var/lib/postgresql/data postgres |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment