Created
December 29, 2021 22:11
-
-
Save raiyansarker/593be2b61e029d6fded9f90211441a6a to your computer and use it in GitHub Desktop.
This file contains 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 postgres -e POSTGRES_PASSWORD=abcd1234 -e POSTGRES_DB=backend -e POSTGRES_USER=root -p 5432:5432 -v postgres:/var/lib/postgresql/data -d postgres:13.5-alpine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment