Skip to content

Instantly share code, notes, and snippets.

@joeyguerra
Created September 8, 2025 15:54
Show Gist options
  • Select an option

  • Save joeyguerra/cbcb6e52ab08765faefabb677079ac48 to your computer and use it in GitHub Desktop.

Select an option

Save joeyguerra/cbcb6e52ab08765faefabb677079ac48 to your computer and use it in GitHub Desktop.
start postgress in docker
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