Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save achmadhadikurnia/be156717f72e370fc4c1ef050404caa4 to your computer and use it in GitHub Desktop.
Save achmadhadikurnia/be156717f72e370fc4c1ef050404caa4 to your computer and use it in GitHub Desktop.
docker run --name postgres -e POSTGRES_PASSWORD=password -p 5432:5432 -v postgres:/var/lib/postgresql/data -d postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment