Created
May 20, 2020 14:40
-
-
Save Frechet/ba4859037a50d818bc88e0d198fb5780 to your computer and use it in GitHub Desktop.
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 -d --name db -p 5432:5432 | |
| -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=postgres postgres:11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment